Fixed js lang keywords for listings package

master
Mike Gerwitz 2012-02-18 20:00:06 -05:00
parent a7a6eb8d83
commit 5be4faa276
1 changed files with 1 additions and 2 deletions

View File

@ -25,8 +25,7 @@
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%operators
in,while,do,done,case,break,continue,new,typeof%
},
keywordstyle=\color{gray},
comment=[l]{//},