Fix color chooser button order
[geany-mirror.git] / data / filetypes.xml
blob9496356f84a142efc0eebaccb8530dd9f63e97c8
1 # For complete documentation of this file, please see Geany's main documentation
2 [styling=HTML]
4 [keywords=HTML]
6 [settings]
7 # default extension used when saving files
8 extension=xml
10 # the following characters are these which a "word" can contains, see documentation
11 #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
13 # single comments, like # in this file
14 #comment_single=
15 # multiline comments
16 comment_open=<!--
17 comment_close=-->
19 # set to false if a comment character/string should start at column 0 of a line, true uses any
20 # indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
21         #command_example();
22 # setting to false would generate this
23 #       command_example();
24 # This setting works only for single line comments
25 comment_use_indent=true
27 # context action command (please see Geany's main documentation for details)
28 context_action_cmd=
30 # if this setting is set to true, a new line after a line ending with an
31 # unclosed tag will be automatically indented
32 xml_indent_tags=true
34 [indentation]
35 #width=4
36 # 0 is spaces, 1 is tabs, 2 is tab & spaces
37 #type=1