1 # For complete documentation of
this file
, please see Geany
's main documentation
3 # foreground;background;bold;italic
14 preprocessor=preprocessor
22 commentlinedoc=commentdoc,bold
23 commentdockeyword=commentdoc,bold,italic
24 commentdockeyworderror=commentdoc
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
35 # default extension used when saving files
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
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
48 # setting to false would generate this
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
)
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"