diff options
| -rw-r--r-- | isar/isar-keywords.el | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/isar/isar-keywords.el b/isar/isar-keywords.el index 14839e30..8e027618 100644 --- a/isar/isar-keywords.el +++ b/isar/isar-keywords.el @@ -40,6 +40,7 @@ "consts" "context" "datatype" + "declare" "def" "defaultsort" "defer" @@ -169,9 +170,10 @@ "infixl" "infixr" "inject" - "intrs" + "intros" "is" "monos" + "of" "output" "overloaded" "where")) @@ -269,7 +271,6 @@ "global" "hide" "inductive" - "inductive_cases" "judgment" "lemmas" "local" @@ -295,6 +296,10 @@ "typedecl" "types")) +(defconst isar-keywords-theory-script + '("declare" + "inductive_cases")) + (defconst isar-keywords-theory-goal '("instance" "lemma" |
