etc/isar-keywords.el
changeset 29232 712c5281d4a4
parent 28895 4e2914c2f8c5
child 29252 ea97aa6aeba2
--- a/etc/isar-keywords.el	Sun Dec 14 15:50:21 2008 +0100
+++ b/etc/isar-keywords.el	Sun Dec 14 18:45:16 2008 +0100
@@ -45,6 +45,9 @@
     "chapter"
     "class"
     "class_deps"
+    "class_interpret"
+    "class_interpretation"
+    "class_locale"
     "classes"
     "classrel"
     "code_abort"
@@ -418,6 +421,7 @@
     "axiomatization"
     "axioms"
     "class"
+    "class_locale"
     "classes"
     "classrel"
     "code_abort"
@@ -501,6 +505,7 @@
 
 (defconst isar-keywords-theory-goal
   '("ax_specification"
+    "class_interpretation"
     "corollary"
     "cpodef"
     "function"
@@ -539,7 +544,8 @@
     "subsubsect"))
 
 (defconst isar-keywords-proof-goal
-  '("have"
+  '("class_interpret"
+    "have"
     "hence"
     "interpret"
     "invoke"))