1 # For complete documentation of this file, please see Geany's main documentation
5 commentline=comment_line
8 identifier=identifier_1
15 verbose_regex_comment=comment
25 comment_use_indent=true
30 # all items must be in one line
31 primary=and break by case catch class const continue default delete do each else extends false finally for get if in Infinity instanceof is isnt let loop NaN new no not null of off on or return set switch then this throw true try typeof undefined unless until void when where while with yes yield
32 secondary=constructor decodeURI decodeURIComponent encodeURI encodeURIComponent eval isFinite isNaN parseFloat parseInt prototype require super
34 globalclass=Array Boolean Date Error EvalError Function Math Number Object RangeError ReferenceError RegExp String SyntaxError TypeError URIError
38 # 0 is spaces, 1 is tabs, 2 is tab & spaces
42 FT_00_LB=Compile into _Javascript
43 FT_00_CM=coffee --compile "%f"
44 FT_01_LB=View compiled _Javascript
45 FT_01_CM=coffee -p "%f"