summaryrefslogtreecommitdiff
path: root/editors/sail2-mode.el
diff options
context:
space:
mode:
Diffstat (limited to 'editors/sail2-mode.el')
-rw-r--r--editors/sail2-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/sail2-mode.el b/editors/sail2-mode.el
index e7b115ba..eee0986f 100644
--- a/editors/sail2-mode.el
+++ b/editors/sail2-mode.el
@@ -6,7 +6,7 @@
(defconst sail2-keywords
'("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" "from"
+ "overload" "cast" "sizeof" "constant" "constraint" "default" "assert" "newtype" "from"
"pure" "infixl" "infixr" "infix" "scattered" "end" "try" "catch" "and" "to"
"throw" "clause" "as" "repeat" "until" "while" "do" "foreach" "bitfield"
"mapping" "where" "with"))