summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorAlasdair Armstrong2018-04-12 17:45:41 +0100
committerAlasdair Armstrong2018-04-18 14:17:26 +0100
commit127776db287e44521606debed8c4eaa125516c62 (patch)
tree06d1ce925124bf0ea793d2c29216ac36ddea6b95 /editors
parent6241cb04b8500e52413ab5b84737247cbfe44d45 (diff)
Updates to latex mode for documentation
Diffstat (limited to 'editors')
-rw-r--r--editors/sail2-mode.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/sail2-mode.el b/editors/sail2-mode.el
index 0a0bbc8a..9eefa654 100644
--- a/editors/sail2-mode.el
+++ b/editors/sail2-mode.el
@@ -4,10 +4,10 @@
(add-to-list 'auto-mode-alist '("\\.sail\\'" . sail2-mode))
(defconst sail2-keywords
- '("val" "function" "type" "struct" "union" "enum" "let" "var" "if" "then"
+ '("val" "function" "type" "struct" "union" "enum" "let" "var" "if" "then" "by"
"else" "match" "in" "return" "register" "ref" "forall" "operator" "effect"
- "overload" "cast" "sizeof" "constraint" "default" "assert" "newtype"
- "pure" "infixl" "infixr" "infix" "scattered" "end" "try" "catch" "and"
+ "overload" "cast" "sizeof" "constraint" "default" "assert" "newtype" "from"
+ "pure" "infixl" "infixr" "infix" "scattered" "end" "try" "catch" "and" "to"
"throw" "clause" "as" "repeat" "until" "while" "do" "foreach" "bitfield"))
(defconst sail2-kinds