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