plugins: generic load_data instead of module pointer in Plugin struct
[geany-mirror.git] / data / filetypes.haxe
blobd4300944a36f375a7f092c7e72ddccfe71eea1de
1 # For complete documentation of this file, please see Geany's main documentation
2 [styling=C]
4 [keywords]
5 # all items must be in one line
6 primary=abstract break case catch class const continue trace do else enum extends finally for function goto if implements import in inline instanceof int interface new package private public return static super switch this throw throws transient try typeof using var void volatile while with
7 secondary=Bool Dynamic Float Int null Void Enum String
8 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
11 [settings]
12 # default extension used when saving files
13 extension=hx
15 # the following characters are these which a "word" can contains, see documentation
16 #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
18 # single comments, like # in this file
19 comment_single=//
20 # multiline comments
21 #comment_open=
22 #comment_close=
24 # set to false if a comment character/string should start at column 0 of a line, true uses any
25 # indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
26 #command_example();
27 # setting to false would generate this
28 # command_example();
29 # This setting works only for single line comments
30 comment_use_indent=true
32 # context action command (please see Geany's main documentation for details)
33 context_action_cmd=
35 [indentation]
36 #width=4
37 # 0 is spaces, 1 is tabs, 2 is tab & spaces
38 #type=1
40 [build_settings]
41 # %f will be replaced by the complete filename
42 # %e will be replaced by the filename without extension
43 # (use only one of it at one time)
44 compiler=haxe -neko "%e.n" -cp . "%f"
45 run_cmd=neko "%e"