Skip to content

Commit

Permalink
Don't treat 'exit' as keyword in listings
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Dec 26, 2020
1 parent b8150d2 commit 7c43750
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mlsshared.sty
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
morekeywords=[2]{% blue + bold keywords
annotation,assert,block,break,class,connector,constant,constrainedby,discrete,%
each,encapsulated,enumeration,else,elseif,elsewhen,end,%
exit,% henrikt-ma: What is 'exit' doing here?
expandable,extends,external,final,flow,for,%
function,if,in,inner,initial,input,import,loop,model,%
nondiscrete,% Not a keyword anymore, right?
Expand Down Expand Up @@ -87,7 +86,7 @@
breakatwhitespace=true,
morekeywords=[2]{%
letters,annotation,assert,block,break,class,connector,constant,constrainedby,discrete,%
each,encapsulated,else,elseif,elsewhen,end,exit,expandable,extends,external,final,flow,for,%
each,encapsulated,else,elseif,elsewhen,end,expandable,extends,external,final,flow,for,%
function,if,in,inner,initial,input,import,loop,model,%
nondiscrete,% Not a keyword anymore, right?
operator,outer,%
Expand Down

0 comments on commit 7c43750

Please sign in to comment.