1 # For complete documentation of
this file
, please see Geany
's main documentation
3 # foreground;background;bold;italic
8 commentdocnested=commentdoc
19 commentlinedoc=commentdoc,bold
20 commentdockeyword=commentdoc,bold,italic
21 commentdockeyworderror=commentdoc
24 # all items must be in one line
25 primary=__FILE__ __LINE__ __DATA__ __TIME__ __TIMESTAMP__ abstract alias align asm assert auto body bool break byte case cast catch cdouble cent cfloat char class const continue creal dchar debug default delegate delete deprecated do double else enum export extern false final finally float for foreach function goto idouble if ifloat import in inout int interface invariant ireal is long mixin module new null out override package pragma private protected public real return scope short static struct super switch synchronized template this throw true try typedef typeof ubyte ucent uint ulong union unittest ushort version void volatile wchar while with
27 # documentation keywords for D, currently not working
28 docComment=Authors Bugs Copyright Date Deprecated Examples History License Macros Params Returns See_Also Standards Throws Version
32 # default extension used when saving files
35 # the following characters are these which a "word" can contains, see documentation
36 #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
38 # if only single comment char is supported like # in this file, leave comment_close blank
41 # this is an alternative way, so multiline comments are used
44 # this is alternative way, so multiline comments are used
48 # set to false if a comment character/string should start at column 0 of a line, true uses any
49 # indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
51 # setting to false would generate this
53 # This setting works only for single line comments
54 comment_use_indent=true
56 # context action command (please see Geany's main documentation
for details
)
60 #
%f will be replaced by the complete filename
61 #
%e will be replaced by the filename without extension
62 #
(use only one of it at one time
)
63 compiler
=dmd
-w
-c
"%f"
64 linker
=dmd
-w
-of
"%e" "%f"
65 # you can also use the gdc compiler
, please use the
"gdmd" wrapper
script(included
with gdc
)
66 #compiler
=gdmd
-w
-c
"%f"
67 #linker
=gdmd
-w
-of
"%e" "%f"