plugins: change return codes of geany_load_module() and GeanyPluginFuncs::init
[geany-mirror.git] / data / filetypes.conf
blobc0878eb5e0b485710f8cb6c43a3a9ae506b53f98
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 section=tag
7 key=attribute
8 assignment=operator
9 defval=value
11 # the lexer doesn't support keywords
13 [lexer_properties]
14 lexer.props.allow.initial.spaces=0
16 [settings]
17 # default extension used when saving files
18 extension=conf
20 # the following characters are these which a "word" can contains, see documentation
21 #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
23 # single comments, like # in this file
24 comment_single=#
25 # multiline comments
26 #comment_open=
27 #comment_close=
29 # set to false if a comment character/string should start at column 0 of a line, true uses any
30 # indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
31         #command_example();
32 # setting to false would generate this
33 #       command_example();
34 # This setting works only for single line comments
35 comment_use_indent=true
37 # context action command (please see Geany's main documentation for details)
38 context_action_cmd=
40 [indentation]
41 #width=4
42 # 0 is spaces, 1 is tabs, 2 is tab & spaces
43 #type=1