listings JS language keywords update

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

View File

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