Regenerate Python tag list
[geany-mirror.git] / data / filetypes.makefile
blobe131acc6f5181d1c3f1135caf78f437e23a58310
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 comment=comment
6 preprocessor=preprocessor
7 identifier=identifier_4
8 operator=operator
9 target=label
10 ideol=type
12 [settings]
13 # default extension used when saving files
14 extension=mak
16 # the following characters are these which a "word" can contains, see documentation
17 #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
19 # single comments, like # in this file
20 comment_single=#
21 # multiline comments
22 #comment_open=
23 #comment_close=
25 # set to false if a comment character/string should start at column 0 of a line, true uses any
26 # indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
27         #command_example();
28 # setting to false would generate this
29 #       command_example();
30 # This setting works only for single line comments
31 comment_use_indent=true
33 # context action command (please see Geany's main documentation for details)
34 context_action_cmd=
36 [indentation]
37 #width=4
38 # 0 is spaces, 1 is tabs, 2 is tab & spaces
39 type=1