aboutsummaryrefslogtreecommitdiffhomepage
path: root/lego/lego-syntax.el
diff options
context:
space:
mode:
Diffstat (limited to 'lego/lego-syntax.el')
-rw-r--r--lego/lego-syntax.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lego/lego-syntax.el b/lego/lego-syntax.el
index a70b627c..20b0a326 100644
--- a/lego/lego-syntax.el
+++ b/lego/lego-syntax.el
@@ -96,7 +96,7 @@
lego-font-lock-terms
(list
(cons (ids-to-regexp lego-keywords) 'font-lock-keyword-face)
- (cons (ids-to-regexp lego-tacticals) 'font-lock-tacticals-name-face)
+ (cons (ids-to-regexp lego-tacticals) 'proof-tacticals-name-face)
(list lego-goal-with-hole-regexp 2 'font-lock-function-name-face)
(list lego-save-with-hole-regexp 2 'font-lock-function-name-face))))