Add missing entry for 0.19.1 release.
[geany-mirror.git] / data / filetypes.haxe
blob98eee8dfd0510728c183c0921122d4ed31fe31f3
1 # For complete documentation of this file, please see Geany's main documentation
2 [styling]
3 # foreground;background;bold;italic
4 default=default
5 comment=comment
6 commentline=comment
7 commentdoc=commentdoc
8 number=number
9 word=word
10 word2=word2
11 string=string
12 character=string
13 uuid=0x404080
14 preprocessor=preprocessor
15 operator=operator
16 identifier=default
17 stringeol=stringeol
18 # @"verbatim"
19 verbatim=0x101030
20 # (/regex/)
21 regex=0x105090
22 commentlinedoc=commentdoc,bold
23 commentdockeyword=commentdoc,bold,italic
24 commentdockeyworderror=commentdoc
25 globalclass=type
27 [keywords]
28 # all items must be in one line
29 primary=abstract break case catch class const continue trace do else enum extends finally for function goto if implements import in instanceof int interface new package private public return static super switch this throw throws transient try typeof var void volatile while with
30 secondary=Bool Float Int null Void Enum String
31 classes=Array ArrayAccess Class Date DateTools EReg Hash IntHash IntIter Iterable Iterator Lambda List Math Null Protected Reflect Std StringBuf StringTools Type UInt ValueType Xml XmlType
34 [settings]
35 # default extension used when saving files
36 #extension=hx
38 # the following characters are these which a "word" can contains, see documentation
39 #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
41 # if only single comment char is supported like # in this file, leave comment_close blank
42 comment_open=//
43 comment_close=
45 # set to false if a comment character/string should start at column 0 of a line, true uses any
46 # indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
47 #command_example();
48 # setting to false would generate this
49 # command_example();
50 # This setting works only for single line comments
51 comment_use_indent=true
53 # context action command (please see Geany's main documentation for details)
54 context_action_cmd=
56 [build_settings]
57 # %f will be replaced by the complete filename
58 # %e will be replaced by the filename without extension
59 # (use only one of it at one time)
60 compiler=haxe -neko "%e.n" -cp . "%f"
61 run_cmd=neko "%e"