diff options
author | Rustan Leino <leino@microsoft.com> | 2012-01-04 15:08:06 -0800 |
---|---|---|
committer | Rustan Leino <leino@microsoft.com> | 2012-01-04 15:08:06 -0800 |
commit | a48ad2338c6f4f162f89c50000d223a1b8a378b7 (patch) | |
tree | 702edd49679244a5a361b52a0ca3bf45f6c46df1 /Util/Emacs | |
parent | feb840650169f8e89d752307e7c4d699281b1958 (diff) |
Dafny: Start of new refinement features -- clean out old ones
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 89974290..3811e2c0 100644 --- a/Util/Emacs/dafny-mode.el +++ b/Util/Emacs/dafny-mode.el @@ -31,7 +31,7 @@ `(,(dafny-regexp-opt '(
"class" "datatype" "type" "function" "ghost" "var" "method" "constructor" "unlimited"
- "module" "imports" "static" "refines" "replaces" "by"
+ "module" "imports" "static" "refines"
"returns" "requires" "ensures" "modifies" "reads" "free"
"invariant" "decreases"
)) . font-lock-builtin-face)
|