Fix a few typos in NEWS
[geany-mirror.git] / data / filetypes.coffeescript
blob7cacf46ffb4e06f48fe4047e5302a2d086bad8f9
1 # For complete documentation of this file, please see Geany's main documentation
2 [styling]
3 character=character
4 commentblock=comment
5 commentline=comment_line
6 default=default
7 globalclass=class
8 identifier=identifier_1
9 number=number_1
10 operator=operator
11 regex=regex
12 string=string_1
13 stringeol=string_eol
14 verbose_regex=regex
15 verbose_regex_comment=comment
16 word2=keyword_2
17 word=keyword_1
20 [settings]
21 extension=coffee
22 comment_single=#
23 comment_open=###
24 comment_close=###
25 comment_use_indent=true
26 context_action_cmd=
29 [keywords]
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
33 # types, classes
34 globalclass=Array Boolean Date Error EvalError Function Math Number Object RangeError ReferenceError RegExp String SyntaxError TypeError URIError
36 [indentation]
37 #width=4
38 # 0 is spaces, 1 is tabs, 2 is tab & spaces
39 #type=1
41 [build-menu]
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"
46 EX_00_LB=Run
47 EX_00_CM=coffee "%f"