2006-04-27 16:31:40 +00:00
|
|
|
# For complete documentation of this file, please see Geany's main documentation
|
2005-11-27 20:39:01 +00:00
|
|
|
[styling]
|
2006-03-10 21:44:12 +00:00
|
|
|
# foreground;background;bold;italic
|
2006-07-27 20:57:13 +00:00
|
|
|
default=0x7f0000;0xffffff;false;false
|
2006-03-10 21:44:12 +00:00
|
|
|
comment=0x808080;0xffffff;false;false
|
2006-07-27 20:57:13 +00:00
|
|
|
section=0x000090;0xffffff;true;false
|
|
|
|
key=0x00007f;0xffffff;false;false
|
2006-03-10 21:44:12 +00:00
|
|
|
assignment=0x000000;0xffffff;false;false
|
2006-07-27 20:57:13 +00:00
|
|
|
defval=0x00007f;0xffffff;false;false
|
2005-11-27 20:39:01 +00:00
|
|
|
|
|
|
|
# the lexer don't support keywords
|
2006-04-27 16:31:40 +00:00
|
|
|
|
|
|
|
|
|
|
|
[settings]
|
|
|
|
# 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
|
2006-04-27 16:31:40 +00:00
|
|
|
# indention of the line, e.g. setting to true causes the following on pressing CTRL+d
|
|
|
|
#command_example();
|
|
|
|
# setting to false would generate this
|
|
|
|
# command_example();
|
|
|
|
# This setting works only for single line comments
|
|
|
|
comment_use_indent=true
|