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
|
|
|
|
default=0x000000;0xffffff;false;false
|
2006-11-02 15:32:27 +00:00
|
|
|
commentline=0xd00000;0xffffff;false;false
|
2006-07-27 20:57:13 +00:00
|
|
|
number=0x007f00;0xffffff;false;false
|
|
|
|
word=0x111199;0xffffff;true;false
|
|
|
|
string=0xff901e;0xffffff;false;false
|
|
|
|
character=0x404000;0xffffff;false;false
|
|
|
|
operator=0x301010;0xffffff;false;false
|
2006-03-10 21:44:12 +00:00
|
|
|
identifier=0x000000;0xffffff;false;false
|
2006-05-21 13:46:13 +00:00
|
|
|
backticks=0x000000;0xd0d0d0;false;false
|
2006-07-27 20:57:13 +00:00
|
|
|
param=0x009f00;0xffffff;false;false
|
|
|
|
scalar=0x105090;0xffffff;false;false
|
2005-11-22 12:26:26 +00:00
|
|
|
|
|
|
|
[keywords]
|
2006-10-03 13:45:30 +00:00
|
|
|
primary=break case continue do done elif else esac eval exit export fi for function goto if in integer return set shift then until while
|
2005-11-22 12:26:26 +00:00
|
|
|
|
2006-04-27 16:31:40 +00:00
|
|
|
|
|
|
|
[settings]
|
|
|
|
# the following characters are these which a "word" can contains, see documentation
|
2006-11-23 11:42:10 +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=
|
|
|
|
|
|
|
|
# set to false if a comment character/string should start a column 0 of a line, true uses any
|
|
|
|
# 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
|
|
|
|
|
|
|
|
[build_settings]
|
|
|
|
# %f will be replaced by the complete filename
|
|
|
|
# %e will be replaced by the filename without extension
|
|
|
|
# (use only one of it at one time)
|
2006-05-16 19:08:01 +00:00
|
|
|
run_cmd="./%f"
|