listings JS language keywords update
parent
5be4faa276
commit
5f6919bfcb
|
@ -25,7 +25,8 @@
|
|||
keywords={%
|
||||
undefined,null,true,false,NaN,Infinity,return,%
|
||||
try,catch,finally,function,var,if,then,else,%
|
||||
in,while,do,done,case,break,continue,new,typeof%
|
||||
in,while,do,done,case,break,continue,%
|
||||
new,typeof,void,in,instanceof%
|
||||
},
|
||||
keywordstyle=\color{gray},
|
||||
comment=[l]{//},
|
||||
|
|
Loading…
Reference in New Issue