aboutsummaryrefslogtreecommitdiffhomepage
path: root/isar
diff options
context:
space:
mode:
authorGravatar Makarius Wenzel <makarius@sketis.net>2005-09-01 14:18:11 +0000
committerGravatar Makarius Wenzel <makarius@sketis.net>2005-09-01 14:18:11 +0000
commit825242347d4582515121b1372eaab62e57c98209 (patch)
treeabdcf0c1e22230026bff5072530212095f2be8a1 /isar
parent73375b71d50c9be41127d424b4868a5d0ccdba80 (diff)
special regexps: include PGASCII version;
Diffstat (limited to 'isar')
-rw-r--r--isar/isar-syntax.el10
1 files changed, 10 insertions, 0 deletions
diff --git a/isar/isar-syntax.el b/isar/isar-syntax.el
index 3fb71556..314d0837 100644
--- a/isar/isar-syntax.el
+++ b/isar/isar-syntax.el
@@ -368,6 +368,16 @@ 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 (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)
+ (cons (concat "\^AD\\?'" isar-idx "\^AA") 'isabelle-tvar-name-face)
+ (cons (concat "\^AE" isar-id "\^AA") 'isabelle-free-name-face)
+ (cons (concat "\^AF" isar-id "\^AA") 'isabelle-bound-name-face)
+ (cons (concat "\^AG" isar-idx "\^AA") 'isabelle-var-name-face)
+ (cons (concat "\^AG\\?" isar-idx "\^AA") 'isabelle-var-name-face)
+ (cons (concat "\^AH" isar-id "\^AA") 'proof-declaration-name-face)
+ (cons (concat "\^AH\\?" isar-idx "\^AA") 'proof-declaration-name-face)
isar-font-lock-local)
"*Font-lock table for Isabelle terms.")