updated function definition to include params list
added _getenv to list of reserved keywords

In K, a function can be defined and used anonymously inline:

not_a_fun: {:x}[34]

but this regex will mistakenly think not_a_fun is a function ... Incidentally, 
the same thing happens in the JavaScript bundle:

var not_a_fun = function(x){return x;}(34);

will mistakenly think not_a_fun is a function

Changed:
U   trunk/Review/Bundles/K.tmbundle/Syntaxes/K.tmLanguage
_______________________________________________
textmate-dev mailing list
[email protected]
http://lists.macromates.com/listinfo/textmate-dev

Reply via email to