aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--isar/isar-keywords.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/isar/isar-keywords.el b/isar/isar-keywords.el
index 7de469cf..e54d0209 100644
--- a/isar/isar-keywords.el
+++ b/isar/isar-keywords.el
@@ -143,11 +143,13 @@
"}}"))
(defconst isar-keywords-proof-chain
- '("from"
+ '("finally"
+ "from"
"then"))
(defconst isar-keywords-proof-decl
- '("assume"
+ '("also"
+ "assume"
"fix"
"let"
"note"))