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 # these characters define word boundaries when making selections and searching
34 # using word matching options
35 #wordchars=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
37 # single comments, like # in this file
43 # set to false if a comment character/string should start at column 0 of a line, true uses any
44 # indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
46 # setting to false would generate this
47 # # command_example();
48 # This setting works only for single line comments
49 comment_use_indent=true
51 # context action command (please see Geany's main documentation for details
)
56 # 0 is spaces,
1 is tabs,
2 is tab & spaces