diff options
| author | Kathy Gray | 2016-02-23 15:14:40 +0000 |
|---|---|---|
| committer | Kathy Gray | 2016-02-23 15:19:53 +0000 |
| commit | 49a816fde2874e9037f492227fbe9bdc32c01a64 (patch) | |
| tree | cf44dd43eece9b26374d4e7c491a203e163f137c /editors | |
| parent | 941cfeba96830e8716a49a6f24755f68f1de2197 (diff) | |
Make small tweaks to emacs mode
Diffstat (limited to 'editors')
| -rw-r--r-- | editors/sail.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/sail.el b/editors/sail.el index 7a1303fc..03b87f25 100644 --- a/editors/sail.el +++ b/editors/sail.el @@ -710,7 +710,7 @@ Based on Tuareg mode. See Tuareg mode for usage" sail-font-lock-keywords `(("\\<\\(extern\\|function\\|scattered\\|clause\\|effect\\|default\\|struct\\|const\\|union\\|val\\|typedef\\|in\\|let\\|rec\\|and\\|end\\|register\\|alias\\|member\\|enumerate\\)\\>" 0 sail-font-lock-governing-face nil nil) - ("\\<\\(false\\|true\\|bitzero\\|bitone\\)\\>" 0 font-lock-constant-face nil nil) + ("\\<\\(false\\|true\\|bitzero\\|bitone\\|0x[:xdigit:]\\|[:digit:]\\)\\>" 0 font-lock-constant-face nil nil) ("\\<\\(as\\|downto\\|else\\|foreach\\|if\\|t\\(hen\\|o\\)\\|when\\|switch\\|with\\|case\\|exit\\|nondet\\|from\\|by\\)\\>" 0 font-lock-keyword-face nil nil) ("\\<\\(clause\\)\\>[ \t\n]*\\(\\(\\w\\|[_ \t()*,]\\)+\\)" |
