summaryrefslogtreecommitdiff
path: root/Util/Emacs
diff options
context:
space:
mode:
Diffstat (limited to 'Util/Emacs')
-rw-r--r--Util/Emacs/boogie-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/Util/Emacs/boogie-mode.el b/Util/Emacs/boogie-mode.el
index d4902a74..5b60dcab 100644
--- a/Util/Emacs/boogie-mode.el
+++ b/Util/Emacs/boogie-mode.el
@@ -35,7 +35,7 @@
"invariant" "extends" "complete"
)) . font-lock-builtin-face)
`(,(boogie-regexp-opt '(
- "assert" "assume" "break" "call" "else" "havoc" "if" "goto" "return" "while"
+ "assert" "assume" "break" "call" "then" "else" "havoc" "if" "goto" "return" "while"
"old" "forall" "exists" "lambda" "cast"
"false" "true")) . font-lock-keyword-face)
`(,(boogie-regexp-opt '("bool" "int"