aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Makarius Wenzel <makarius@sketis.net>2005-09-06 16:58:28 +0000
committerGravatar Makarius Wenzel <makarius@sketis.net>2005-09-06 16:58:28 +0000
commite80651bd5fd4dc30c70f74123a63621996a1f0a0 (patch)
tree3693fb2454fb6985d808dac797eb39f65d2a051a
parent36ecb8c9260e6842101bc92e25ecb9d2cf0f6922 (diff)
tuned isar-keywords-theory-enclose;
-rw-r--r--isar/isar-syntax.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/isar/isar-syntax.el b/isar/isar-syntax.el
index 314d0837..3018c61d 100644
--- a/isar/isar-syntax.el
+++ b/isar/isar-syntax.el
@@ -346,7 +346,7 @@ matches contents of quotes for quoted identifiers.")
(cons (isar-ids-to-regexp isar-keywords-minor) 'font-lock-type-face)
(cons (isar-ids-to-regexp isar-keywords-control) 'proof-error-face)
(cons (isar-ids-to-regexp isar-keywords-diag) 'proof-tacticals-name-face)
- (cons (isar-ids-to-regexp isar-keywords-theory-enclose) 'font-lock-preprocessor-face)
+ (cons (isar-ids-to-regexp isar-keywords-theory-enclose) 'font-lock-type-face)
(cons (isar-ids-to-regexp isar-keywords-theory) 'font-lock-keyword-face)
(cons (isar-ids-to-regexp isar-keywords-proof-enclose) 'font-lock-preprocessor-face)
(cons (isar-ids-to-regexp isar-keywords-proof) 'font-lock-keyword-face)