aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--isar/isar-syntax.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/isar/isar-syntax.el b/isar/isar-syntax.el
index 0b2dec35..6382a7f5 100644
--- a/isar/isar-syntax.el
+++ b/isar/isar-syntax.el
@@ -169,6 +169,7 @@
'(
"qed"
"proof"
+ "next"
"end"
"by"
".."
@@ -181,14 +182,15 @@
(defcustom isar-keywords-commands
'(
"up"
+ "thus"
"then_refine"
"then"
"show"
"refine"
"prev"
"note"
- "next"
"let"
+ "hence"
"have"
"from"
"fix"