From 66939a686e115c00e9cb6824e7c5a2dadc85a8df Mon Sep 17 00:00:00 2001 From: rustanleino Date: Thu, 14 Jan 2010 22:20:49 +0000 Subject: Dafny: * Allow (and currently ignore) "ghost" modifier. * Fixed bug in boxing. * Check for div-by-zero error for modulo operator. * Improved emacs and latex modes. --- 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 9d3ed5e0..d8fe3052 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" "function" "frame" "var" "method" + "class" "datatype" "function" "frame" "ghost" "var" "method" "returns" "requires" "ensures" "modifies" "reads" "free" "invariant" "decreases" )) . font-lock-builtin-face) -- cgit v1.2.3