diff options
author | Rustan Leino <leino@microsoft.com> | 2011-05-28 18:08:55 -0700 |
---|---|---|
committer | Rustan Leino <leino@microsoft.com> | 2011-05-28 18:08:55 -0700 |
commit | c86a3199caf050ef4af4ce5873ee7d6a27b501ab (patch) | |
tree | 47c42020587bffe014d52542bf8434b4a3a26683 /Util/Emacs | |
parent | c7c9cd675bf6024a8f725c84fe22e17d3deb7a98 (diff) |
Dafny: added constructors
Diffstat (limited to 'Util/Emacs')
-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 818d7dc3..b69a568a 100644 --- a/Util/Emacs/dafny-mode.el +++ b/Util/Emacs/dafny-mode.el @@ -30,7 +30,7 @@ ]\\)*" . font-lock-comment-face)
`(,(dafny-regexp-opt '(
- "class" "datatype" "function" "ghost" "var" "method" "unlimited"
+ "class" "datatype" "function" "ghost" "var" "method" "constructor" "unlimited"
"module" "imports" "static" "refines" "replaces" "by"
"returns" "requires" "ensures" "modifies" "reads" "free"
"invariant" "decreases"
|