From 8af0f2d97ab5ca1a212c7f4901c43059ccb08e36 Mon Sep 17 00:00:00 2001 From: Rustan Leino Date: Fri, 2 Aug 2013 21:44:37 -0700 Subject: Introduced keywords "lemma" (like a "ghost method", but not allowed to have a "modifies" clause) and "colemma" (synonymous with "comethod"; perhaps "comethod" will go away at some point) --- Util/Emacs/dafny-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Util/Emacs') diff --git a/Util/Emacs/dafny-mode.el b/Util/Emacs/dafny-mode.el index b043150c..c59de6ed 100644 --- a/Util/Emacs/dafny-mode.el +++ b/Util/Emacs/dafny-mode.el @@ -32,7 +32,7 @@ `(,(dafny-regexp-opt '( "class" "datatype" "codatatype" "type" "iterator" "function" "predicate" "copredicate" - "ghost" "var" "method" "constructor" "comethod" + "ghost" "var" "method" "lemma" "constructor" "comethod" "colemma" "abstract" "module" "import" "default" "as" "opened" "static" "refines" "returns" "yields" "requires" "ensures" "modifies" "reads" "free" "invariant" "decreases" -- cgit v1.2.3