summaryrefslogtreecommitdiff
path: root/Util/Emacs/boogie-mode.el
diff options
context:
space:
mode:
authorGravatar Rustan Leino <leino@microsoft.com>2012-10-04 00:02:43 -0700
committerGravatar Rustan Leino <leino@microsoft.com>2012-10-04 00:02:43 -0700
commitee7d9d6f87db6160f8fdf3af5905c90f3a3cb823 (patch)
tree7017cb83c5387b807c89765775f4220b6de8df16 /Util/Emacs/boogie-mode.el
parentcaa2c1d6c2aa2976d5ef055e412374832981e566 (diff)
parentb9129517113e536506602a438612b1c647067098 (diff)
Merge
Diffstat (limited to 'Util/Emacs/boogie-mode.el')
-rw-r--r--Util/Emacs/boogie-mode.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/Util/Emacs/boogie-mode.el b/Util/Emacs/boogie-mode.el
index 5b60dcab..5763d695 100644
--- a/Util/Emacs/boogie-mode.el
+++ b/Util/Emacs/boogie-mode.el
@@ -36,9 +36,9 @@
)) . 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"
+ `(,(boogie-regexp-opt '("bool" "int" "real"
"bv0" "bv1" "bv2" "bv3" "bv4" "bv5" "bv6" "bv7" "bv8" "bv9"
"bv10" "bv11" "bv12" "bv13" "bv14" "bv15" "bv16" "bv17" "bv18" "bv19"
"bv20" "bv21" "bv22" "bv23" "bv24" "bv25" "bv26" "bv27" "bv28" "bv29"