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
15 identifier
=identifier_1
40 # all items must be in one line
41 primary
=__FILE__ load define_method attr_accessor attr_writer attr_reader
and def end in or self unless __LINE__
begin defined? ensure module redo super until BEGIN
break do false next rescue then when END
case else for nil include require retry true while alias class elsif if not return undef yield
45 # default extension used when saving files
48 # the following characters are these which a "word" can contains, see documentation
49 #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
51 # single comments, like # in this file
57 # set to false if a comment character/string should start at column 0 of a line, true uses any
58 # indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
60 # setting to false would generate this
62 # This setting works only for single line comments
63 comment_use_indent
=true
65 # context action command (please see Geany's main documentation for details)
70 # 0 is spaces, 1 is tabs, 2 is tab & spaces
74 # %f will be replaced by the complete filename
75 # %e will be replaced by the filename without extension
76 # (use only one of it at one time)