aboutsummaryrefslogtreecommitdiffhomepage
path: root/isa
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2000-01-12 14:06:07 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2000-01-12 14:06:07 +0000
commit319f79246e3886bea6a4ae6636372d3d8c456e27 (patch)
tree1ce8408ea4bd27cd670fc2f5ec916c414e676617 /isa
parent7298e49425de3576c740fc7eab655835f7d28315 (diff)
Comments
Diffstat (limited to 'isa')
-rw-r--r--isa/isa.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/isa/isa.el b/isa/isa.el
index d09b4207..a4f18f33 100644
--- a/isa/isa.el
+++ b/isa/isa.el
@@ -348,7 +348,8 @@ isa-proofscript-mode."
(thy-mode)
- ;; related mode configuration including locking buffer.
+ ;; related mode configuration including locking buffer,
+ ;; fontification, etc.
(proof-config-done-related)
;; Hack for splash screen
@@ -594,6 +595,7 @@ you will be asked to retract the file or process the remainder of it.
(setq proof-xsym-extra-modes '(thy-mode)
proof-xsym-font-lock-keywords
+ ;; fontification for tokens themselves (FIXME: broken)
'(("\\\\<[A-Za-z][A-Za-z0-9_']*>" (0 font-lock-type-face)))
proof-xsym-activate-command
"print_mode := (!print_mode union [\"xsymbols\",\"symbols\"])"