diff options
| -rw-r--r-- | isar/isar-keywords.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/isar/isar-keywords.el b/isar/isar-keywords.el index 4c5a152c..6539001f 100644 --- a/isar/isar-keywords.el +++ b/isar/isar-keywords.el @@ -10,6 +10,7 @@ "as" "binder" "con_defs" + "concl" "congs" "distinct" "files" @@ -144,6 +145,7 @@ '("finally" "from" "then" + "thence" "with")) (defconst isar-keywords-proof-decl |
