diff options
author | Unknown <leino@LEINO6.redmond.corp.microsoft.com> | 2012-06-11 14:24:51 -0700 |
---|---|---|
committer | Unknown <leino@LEINO6.redmond.corp.microsoft.com> | 2012-06-11 14:24:51 -0700 |
commit | d5606621b8146a258557c4824405c8331e4c8691 (patch) | |
tree | d7051a448c55367fe24e63a95c4d4950ca6b54b1 /Util/Emacs | |
parent | 28f11d51299ba82f7cfbdc284a4ed43158619ac8 (diff) |
Dafny: removed support for the old keyword "unlimited" (all functions are limited)
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 f16b09b5..05f06b41 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" "codatatype" "type" "function" "predicate" "ghost" "var" "method" "constructor" "unlimited"
+ "class" "datatype" "codatatype" "type" "function" "predicate" "ghost" "var" "method" "constructor"
"module" "imports" "static" "refines"
"returns" "requires" "ensures" "modifies" "reads" "free"
"invariant" "decreases"
|