Hi,
you have a lot of crap in the javascript keyword list. I attached a correct, up-to-date list. (At least I think it's correct and up-to-date). Here it comes:
[keywords] # all items must be in one line primary=break case catch const continue delete else eval false finally for function if in try instanceof isFinite isNaN NaN new null return switch this throw true typeof undefined var while with default let secondary=Object Function Array prototype
Am Dienstag, den 16.02.2010, 13:49 +0100 schrieb Jonas H.:
Hi,
you have a lot of crap in the javascript keyword list. I attached a correct, up-to-date list. (At least I think it's correct and up-to-date). Here it comes:
[keywords] # all items must be in one line primary=break case catch const continue delete else eval false finally for function if in try instanceof isFinite isNaN NaN new null return switch this throw true typeof undefined var while with default let secondary=Object Function Array prototype
Hi Jonas, I applied your changes in SVN revision 4677. Thank you very much for pointing this out!
Regards, Dominic