diff options
author | Unknown <leino@LEINO6.redmond.corp.microsoft.com> | 2012-08-15 16:00:00 -0700 |
---|---|---|
committer | Unknown <leino@LEINO6.redmond.corp.microsoft.com> | 2012-08-15 16:00:00 -0700 |
commit | ea0d6f2206a0c5f46e80e68524bbfba4a80b8208 (patch) | |
tree | 79e08d1325e11dd3f266a25851ceccf15f1a013b /Util/latex | |
parent | 24b48d6a42a145c88827ecbfa9c7109dccfbe5da (diff) |
Dafny: removed the defunct "havoc" keyword from various source-code highlighters
Diffstat (limited to 'Util/latex')
-rw-r--r-- | Util/latex/dafny.sty | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Util/latex/dafny.sty b/Util/latex/dafny.sty index 9ce6c3e1..36b5bf4a 100644 --- a/Util/latex/dafny.sty +++ b/Util/latex/dafny.sty @@ -13,7 +13,7 @@ % expressions
match,case,false,true,null,old,fresh,choose,this,
% statements
- assert,assume,print,new,havoc,if,then,else,while,invariant,break,label,return,parallel,where
+ assert,assume,print,new,if,then,else,while,invariant,break,label,return,parallel,where
},
literate=%
{:}{$\colon$}1
|