diff options
| author | David Aspinall | 2000-04-07 13:30:17 +0000 |
|---|---|---|
| committer | David Aspinall | 2000-04-07 13:30:17 +0000 |
| commit | 7cfa18895d1369d551d8d2df14cb423082ee1fcd (patch) | |
| tree | 5486d0eb6c683966f4f0af556ea4f7abbf797545 | |
| parent | 0d9431b742cf301918d77c12b0291f321203d6d2 (diff) | |
Extra decoration.
| -rw-r--r-- | lego/lego-syntax.el | 6 |
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, |
