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 e17b1a4f..eb3e0fe6 100644 --- a/editors/sail2-mode.el +++ b/editors/sail2-mode.el @@ -19,7 +19,7 @@ '("vector" "int" "nat" "atom" "range" "unit" "bit" "real" "list" "bool" "string" "bits")) (defconst sail2-special - '("_prove")) + '("_prove" "$define" "$include" "$ifdef" "$ifndef" "$else" "$endif")) (defconst sail2-font-lock-keywords `((,(regexp-opt sail2-keywords 'symbols) . font-lock-keyword-face) |
