From 1157b689cbc7c65cde1f20192e8b3b49046d6fc4 Mon Sep 17 00:00:00 2001 From: leino Date: Sat, 7 Mar 2015 17:03:35 -0800 Subject: Added 'protected' keyword (syntax) --- Util/latex/dafny.sty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Util/latex') diff --git a/Util/latex/dafny.sty b/Util/latex/dafny.sty index 19eb544a..10896434 100644 --- a/Util/latex/dafny.sty +++ b/Util/latex/dafny.sty @@ -8,7 +8,7 @@ morekeywords={class,datatype,codatatype,newtype,type,iterator,trait,extends, bool,char,nat,int,real,object,set,multiset,seq,string,map,imap,array,array2,array3, function,predicate,copredicate, - ghost,var,static,refines, + ghost,var,static,protected,refines, method,lemma,constructor,colemma, returns,yields,abstract,module,import,default,opened,as,in, requires,modifies,ensures,reads,decreases,free,include, -- cgit v1.2.3