1 # For complete documentation of this file, please see
Geany's main documentation
3 # Edit these in the colorscheme .conf file instead
11 special_selector=keyword_3
12 keyword_send=keyword_2
23 # all items must be in one line
24 special_selector=ifTrue: ifFalse: whileTrue: whileFalse: ifNil: ifNotNil: whileTrue whileFalse repeat isNil notNil
27 # default extension used when saving files
31 mime_type=text/x-smalltalk
33 # the following characters are these which a "word" can contains, see documentation
34 #wordchars=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
36 # single comments, like # in this file
42 # set to false if a comment character/string should start at column 0 of a line, true uses any
43 # indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
45 # setting to false would generate this
46 # # command_example();
47 # This setting works only for single line comments
48 comment_use_indent=true
50 # context action command (please see Geany's main documentation for details
)
55 # 0 is spaces,
1 is tabs,
2 is tab & spaces