diff options
| author | Alasdair Armstrong | 2018-09-06 14:26:36 +0100 |
|---|---|---|
| committer | Alasdair Armstrong | 2018-09-06 14:51:22 +0100 |
| commit | b04f8c9dfa599b48544bac024eaa78e6b93c29d4 (patch) | |
| tree | c66d7808cf49c42e0a6641a315007a4057ef8457 /editors | |
| parent | d27c1dcae22d624e0ba8ec5c6790b1466fb2a3e3 (diff) | |
Allow options to be set in the interactive mode
Also allow options to be set via a pragma in Sail files
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 b9d7ab06..05d3eb60 100644 --- a/editors/sail2-mode.el +++ b/editors/sail2-mode.el @@ -21,7 +21,7 @@ "uint64_t" "int64_t" "bv_t" "mpz_t")) (defconst sail2-special - '("_prove" "create" "kill" "convert" "undefined" "$define" "$include" "$ifdef" "$ifndef" "$else" "$endif")) + '("_prove" "create" "kill" "convert" "undefined" "$define" "$include" "$ifdef" "$ifndef" "$else" "$endif" "$option")) (defconst sail2-font-lock-keywords `((,(regexp-opt sail2-keywords 'symbols) . font-lock-keyword-face) |
