diff options
Diffstat (limited to 'editors')
| -rw-r--r-- | editors/sail-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/sail-mode.el b/editors/sail-mode.el index b1adccaf..25181fea 100644 --- a/editors/sail-mode.el +++ b/editors/sail-mode.el @@ -30,7 +30,7 @@ "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")) + "mapping" "where" "with" "implicit")) (defconst sail2-kinds '("Int" "Type" "Order" "Bool" "inc" "dec" |
