aboutsummaryrefslogtreecommitdiffhomepage
path: root/lego
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2000-04-07 13:30:17 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2000-04-07 13:30:17 +0000
commit7cfa18895d1369d551d8d2df14cb423082ee1fcd (patch)
tree5486d0eb6c683966f4f0af556ea4f7abbf797545 /lego
parent0d9431b742cf301918d77c12b0291f321203d6d2 (diff)
Extra decoration.
Diffstat (limited to 'lego')
-rw-r--r--lego/lego-syntax.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/lego/lego-syntax.el b/lego/lego-syntax.el
index 0373a5cb..363044de 100644
--- a/lego/lego-syntax.el
+++ b/lego/lego-syntax.el
@@ -76,7 +76,11 @@
;; Kinds
(cons (concat "\\<Prop\\>\\|\\<Type\\s *\\(("
- lego-id ")\\)?") 'font-lock-type-face))
+ lego-id ")\\)?") 'font-lock-type-face)
+
+ ;; Special hacks!!
+ (cons "Discharge.." 'font-lock-keyword-face)
+ (cons "\\*\\*\\* QED \\*\\*\\*" 'font-lock-keyword-face))
"*Font-lock table for LEGO terms.")
;; Instead of "[^:]+", it may be better to use "lego-id". Furthermore,