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]
|
2011-10-11 15:33:40 -07:00
|
|
|
# Edit these in the colorscheme .conf file instead
|
2011-10-10 20:35:05 -07:00
|
|
|
default=default
|
2011-10-23 13:44:52 -07:00
|
|
|
commentline=comment_line
|
2011-10-10 20:35:05 -07:00
|
|
|
number=number_1
|
|
|
|
word=keyword_1
|
|
|
|
string=string_1
|
2011-10-23 13:44:52 -07:00
|
|
|
character=character
|
2011-10-10 20:35:05 -07:00
|
|
|
operator=operator
|
|
|
|
identifier=identifier_1
|
2011-10-19 03:26:18 +02:00
|
|
|
backticks=backticks
|
2011-10-10 20:35:05 -07:00
|
|
|
param=parameter
|
|
|
|
scalar=scalar
|
|
|
|
error=error
|
|
|
|
here_delim=here_doc
|
|
|
|
here_q=here_doc
|
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]
|
2007-11-01 16:33:06 +00:00
|
|
|
# default extension used when saving files
|
2010-10-20 16:15:39 +00:00
|
|
|
extension=sh
|
2007-11-01 16:33:06 +00:00
|
|
|
|
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
|
|
|
|
2011-03-20 15:02:22 +00:00
|
|
|
# single comments, like # in this file
|
|
|
|
comment_single=#
|
|
|
|
# multiline comments
|
|
|
|
#comment_open=
|
|
|
|
#comment_close=
|
2006-04-27 16:31:40 +00:00
|
|
|
|
|
|
|
# set to false if a comment character/string should start a 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=
|
|
|
|
|
2011-08-25 20:14:17 +00:00
|
|
|
[indentation]
|
|
|
|
#width=4
|
|
|
|
# 0 is spaces, 1 is tabs, 2 is tab & spaces
|
|
|
|
#type=1
|
|
|
|
|
2006-04-27 16:31:40 +00:00
|
|
|
[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"
|