From 8f0b71a95305b32ccded390ec5117462ffcadef0 Mon Sep 17 00:00:00 2001 From: Rustan Leino Date: Wed, 26 Oct 2011 21:20:44 -0700 Subject: Dafny: removed Dafny's "foreach" statements (replaced by the new "parallel" statement) --- Util/Emacs/dafny-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Util/Emacs/dafny-mode.el') diff --git a/Util/Emacs/dafny-mode.el b/Util/Emacs/dafny-mode.el index 98006cca..cf603751 100644 --- a/Util/Emacs/dafny-mode.el +++ b/Util/Emacs/dafny-mode.el @@ -37,7 +37,7 @@ )) . font-lock-builtin-face) `(,(dafny-regexp-opt '( "assert" "assume" "break" "choose" "then" "else" "havoc" "if" "label" "return" "while" "print" - "old" "forall" "exists" "new" "foreach" "parallel" "in" "this" "fresh" "allocated" + "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) ) -- cgit v1.2.3