diff options
author | Rustan Leino <leino@microsoft.com> | 2012-01-10 13:23:20 -0800 |
---|---|---|
committer | Rustan Leino <leino@microsoft.com> | 2012-01-10 13:23:20 -0800 |
commit | ae8ba23b193e160d0e6363558482a8f955034775 (patch) | |
tree | 070689560ebef9cdf7168dc3ffecc5993bc928c0 /Util/Emacs | |
parent | 8973c639509884d7493e1fe3f70bf3b0de8fa277 (diff) |
Dafny: added predicates
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 3811e2c0..56b56000 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" "type" "function" "ghost" "var" "method" "constructor" "unlimited"
+ "class" "datatype" "type" "function" "predicate" "ghost" "var" "method" "constructor" "unlimited"
"module" "imports" "static" "refines"
"returns" "requires" "ensures" "modifies" "reads" "free"
"invariant" "decreases"
|