2006-04-27 16:31:40 +00:00
|
|
|
# For complete documentation of this file, please see Geany's main documentation
|
2005-11-22 12:26:26 +00:00
|
|
|
[styling]
|
2006-03-10 21:44:12 +00:00
|
|
|
# foreground;background;bold;italic
|
2006-07-27 20:57:13 +00:00
|
|
|
default=0x00002f;0xffffff;false;false
|
2006-11-02 15:32:27 +00:00
|
|
|
comment=0xd00000;0xffffff;false;false
|
2006-07-27 20:57:13 +00:00
|
|
|
preprocessor=0x007f7f;0xffffff;false;false
|
|
|
|
identifier=0x007f00;0xffffff;false;false
|
|
|
|
operator=0x301010;0xffffff;false;false
|
|
|
|
target=0x0000ff;0xffffff;false;false
|
2006-03-10 21:44:12 +00:00
|
|
|
ideol=0x008000;0xffffff;false;false
|
2005-11-22 12:26:26 +00:00
|
|
|
|
|
|
|
# there are no keywords available otherwise mail me
|
2006-04-27 16:31:40 +00:00
|
|
|
|
|
|
|
|
|
|
|
[settings]
|
2007-11-01 16:33:06 +00:00
|
|
|
# default extension used when saving files
|
|
|
|
#extension=mak
|
|
|
|
|
2006-04-27 16:31:40 +00:00
|
|
|
# the following characters are these which a "word" can contains, see documentation
|
2006-11-23 15:48:02 +00:00
|
|
|
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
|
2006-04-27 16:31:40 +00:00
|
|
|
|
|
|
|
# if only single comment char is supported like # in this file, leave comment_close blank
|
|
|
|
comment_open=#
|
|
|
|
comment_close=
|
|
|
|
|
2006-07-27 20:57:13 +00:00
|
|
|
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
2007-03-09 12:26:55 +00:00
|
|
|
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
|
2006-04-27 16:31:40 +00:00
|
|
|
#command_example();
|
|
|
|
# setting to false would generate this
|
|
|
|
# command_example();
|
|
|
|
# This setting works only for single line comments
|
|
|
|
comment_use_indent=true
|
2007-04-15 18:09:59 +00:00
|
|
|
|
|
|
|
# context action command (please see Geany's main documentation for details)
|
|
|
|
context_action_cmd=
|