1 # For complete documentation of
this file
, please see Geany
's main documentation
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
12 # default extension used when saving files
15 # the following characters are these which a "word" can contains, see documentation
16 #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
18 # single comments, like # in this file
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
27 # setting to false would generate this
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
)
37 #
0 is spaces
, 1 is tabs
, 2 is tab
& spaces
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"