Update for last 2 commits.
[geany-mirror.git] / data / filetypes.conf
blobb4ea69511eb2f78baa98f3ba769ecb9fb60cfd2d
1 # For complete documentation of this file, please see Geany's main documentation
2 [styling]
3 # foreground;background;bold;italic
4 default=0x7f0000;0xffffff;false;false
5 comment=0x808080;0xffffff;false;false
6 section=0x000090;0xffffff;true;false
7 key=0x00007f;0xffffff;false;false
8 assignment=0x000000;0xffffff;false;false
9 defval=0x00007f;0xffffff;false;false
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 # if only single comment char is supported like # in this file, leave comment_close blank
24 comment_open=#
25 comment_close=
27 # set to false if a comment character/string should start at column 0 of a line, true uses any
28 # indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
29         #command_example();
30 # setting to false would generate this
31 #       command_example();
32 # This setting works only for single line comments
33 comment_use_indent=true
35 # context action command (please see Geany's main documentation for details)
36 context_action_cmd=