1 # For complete documentation of this file, please see Geany's main documentation
3 # Edit these in the colorscheme .conf file instead
5 commentline
=comment_line
11 identifier
=identifier_1
20 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
24 # default extension used when saving files
27 # the following characters are these which a "word" can contains, see documentation
28 #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
30 # single comments, like # in this file
36 # set to false if a comment character/string should start a column 0 of a line, true uses any
37 # indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
39 # setting to false would generate this
41 # This setting works only for single line comments
42 comment_use_indent
=true
44 # context action command (please see Geany's main documentation for details)
49 # 0 is spaces, 1 is tabs, 2 is tab & spaces
53 # %f will be replaced by the complete filename
54 # %e will be replaced by the filename without extension
55 # (use only one of it at one time)