Skip to content

Commit

Permalink
Don't treat 'nondiscrete' 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 e5ce842
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions mlsshared.sty
Expand Up @@ -43,9 +43,7 @@
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?
operator,outer,%
function,if,in,inner,initial,input,import,loop,model,operator,outer,%
output,package,parameter,partial,record,redeclare,replaceable,return,%
size,% Not a keyword, right?
stream,terminate,then,type,when,while,within,algorithm,equation,%
Expand Down Expand Up @@ -88,9 +86,7 @@
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,%
function,if,in,inner,initial,input,import,loop,model,%
nondiscrete,% Not a keyword anymore, right?
operator,outer,%
function,if,in,inner,initial,input,import,loop,model,operator,outer,%
output,package,parameter,partial,record,redeclare,replaceable,return,%
size,stream,terminate,then,type,when,while,algorithm,equation,%
protected,public,and,false,not,or,true,pure,impure,stream,transition,initialState,%
Expand Down

0 comments on commit e5ce842

Please sign in to comment.