aboutsummaryrefslogtreecommitdiffhomepage
path: root/isar
diff options
context:
space:
mode:
authorGravatar Makarius Wenzel <makarius@sketis.net>2007-09-07 20:08:42 +0000
committerGravatar Makarius Wenzel <makarius@sketis.net>2007-09-07 20:08:42 +0000
commit129a75d56a9a284bdff365177c6fb4db2c385fce (patch)
tree1f5dffda15a29d9e8e970c0291ed645382a434bb /isar
parent1567d82d8621f302e6447a5882df94975a14ee2e (diff)
isar-output-font-lock-keywords-1: hilite markup uses proof-warning-face;
Diffstat (limited to 'isar')
-rw-r--r--isar/isar-syntax.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/isar/isar-syntax.el b/isar/isar-syntax.el
index 0387534f..db5ead6f 100644
--- a/isar/isar-syntax.el
+++ b/isar/isar-syntax.el
@@ -394,6 +394,7 @@ matches contents of quotes for quoted identifiers.")
(defvar isar-output-font-lock-keywords-1
(list
+ (cons "\327[^\330]*\330" 'proof-warning-face)
(cons (concat "\351" isar-long-id-stuff "\350") 'isabelle-class-name-face)
(cons (concat "\352'" isar-id "\350") 'isabelle-tfree-name-face)
(cons (concat "\353'" isar-idx "\350") 'isabelle-tvar-name-face)
@@ -404,6 +405,7 @@ matches contents of quotes for quoted identifiers.")
(cons (concat "\356\\?" isar-idx "\350") 'isabelle-var-name-face)
(cons (concat "\357" isar-id "\350") 'proof-declaration-name-face)
(cons (concat "\357\\?" isar-idx "\350") 'proof-declaration-name-face)
+ (cons "\^A0\\([^\^A]\\|\^A[^1]\\)*\^A1" 'proof-warning-face)
(cons (concat "\^AB" isar-long-id-stuff "\^AA") 'isabelle-class-name-face)
(cons (concat "\^AC'" isar-id "\^AA") 'isabelle-tfree-name-face)
(cons (concat "\^AD'" isar-idx "\^AA") 'isabelle-tvar-name-face)