Place # at the beginning of the line with the example in filetype conf files
[geany-mirror.git] / data / filedefs / filetypes.smalltalk
blobbd0f30e563e5f2b9a5c68fbe4093a8624ca7d1d2
1 # For complete documentation of this file, please see Geany's main documentation
2 [styling]
3 # Edit these in the colorscheme .conf file instead
4 default=default
5 special=operator
6 symbol=identifier_1
7 assignment=operator
8 return=operator
9 number=number_1
10 binary=operator
11 special_selector=keyword_3
12 keyword_send=keyword_2
13 global=class
14 self=keyword_1
15 super=keyword_1
16 nil=keyword_1
17 bool=keyword_1
18 comment=comment
19 string=string_1
20 character=character
22 [keywords]
23 # all items must be in one line
24 special_selector=ifTrue: ifFalse: whileTrue: whileFalse: ifNil: ifNotNil: whileTrue whileFalse repeat isNil notNil
26 [settings]
27 # default extension used when saving files
28 extension=st
30 # MIME type
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
37 #comment_single=
38 # multiline comments
39 comment_open="
40 comment_close="
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
44 # #command_example();
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)
51 context_action_cmd=
53 [indentation]
54 #width=4
55 # 0 is spaces, 1 is tabs, 2 is tab & spaces
56 #type=1