From 623a87c132abec61b5c74a6a00a7b162073a6a8d Mon Sep 17 00:00:00 2001 From: boehmes Date: Thu, 27 Sep 2012 17:13:42 +0200 Subject: Boogie: new syntax for integer division and modulus: use div and mod instead of / and % --- Util/Emacs/boogie-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Util/Emacs') diff --git a/Util/Emacs/boogie-mode.el b/Util/Emacs/boogie-mode.el index 5b60dcab..86721a74 100644 --- a/Util/Emacs/boogie-mode.el +++ b/Util/Emacs/boogie-mode.el @@ -36,7 +36,7 @@ )) . font-lock-builtin-face) `(,(boogie-regexp-opt '( "assert" "assume" "break" "call" "then" "else" "havoc" "if" "goto" "return" "while" - "old" "forall" "exists" "lambda" "cast" + "old" "forall" "exists" "lambda" "cast" "div" "mod" "false" "true")) . font-lock-keyword-face) `(,(boogie-regexp-opt '("bool" "int" "bv0" "bv1" "bv2" "bv3" "bv4" "bv5" "bv6" "bv7" "bv8" "bv9" -- cgit v1.2.3