diff options
author | 2011-11-09 14:36:32 -0800 | |
---|---|---|
committer | 2011-11-09 14:36:32 -0800 | |
commit | 29524a38ed773a399011f42526c80ed790ce83d6 (patch) | |
tree | 9cda96b6f41c2eaea296a8ff54ab334ccafba80a /Util/Emacs/dafny-mode.el | |
parent | acd54f7fca4b35dfc516906f95daf7916e8d4b0d (diff) | |
parent | 1388f0d41668c3d3e675a100c815177082e0155b (diff) |
Merge
Diffstat (limited to 'Util/Emacs/dafny-mode.el')
-rw-r--r-- | Util/Emacs/dafny-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Util/Emacs/dafny-mode.el b/Util/Emacs/dafny-mode.el index cf603751..7235303a 100644 --- a/Util/Emacs/dafny-mode.el +++ b/Util/Emacs/dafny-mode.el @@ -39,7 +39,7 @@ "assert" "assume" "break" "choose" "then" "else" "havoc" "if" "label" "return" "while" "print"
"old" "forall" "exists" "new" "parallel" "in" "this" "fresh" "allocated"
"match" "case" "false" "true" "null")) . font-lock-keyword-face)
- `(,(dafny-regexp-opt '("array" "array2" "array3" "bool" "nat" "int" "object" "set" "seq")) . font-lock-type-face)
+ `(,(dafny-regexp-opt '("array" "array2" "array3" "bool" "multiset" "nat" "int" "object" "set" "seq")) . font-lock-type-face)
)
"Minimal highlighting for Dafny mode")
|