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