From 10a8896ae40fd918abbb8caa616ac6ee0876ac1d Mon Sep 17 00:00:00 2001 From: qunyanm Date: Fri, 29 May 2015 16:29:15 -0700 Subject: Add an infinite set collection type. --- 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 8355817a..fd1bf369 100644 --- a/Util/Emacs/dafny-mode.el +++ b/Util/Emacs/dafny-mode.el @@ -46,7 +46,7 @@ "match" "case" "false" "true" "null")) . font-lock-keyword-face) `(,(dafny-regexp-opt '( "bool" "char" "int" "nat" "real" - "set" "multiset" "seq" "string" "map" "imap" + "set" "iset" "multiset" "seq" "string" "map" "imap" "object" "array" "array2" "array3")) . font-lock-type-face) ) "Minimal highlighting for Dafny mode") -- cgit v1.2.3