[filetype config] Remove outdated comment (#3449)
[geany-mirror.git] / data / filedefs / filetypes.xml
blobc3fef4c658957e2e65a9f5b2b44ce7a5465329a9
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 # MIME type
11 mime_type=application/xml
13 # these characters define word boundaries when making selections and searching
14 # using word matching options
15 #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
17 # single comments, like # in this file
18 #comment_single=
19 # multiline comments
20 comment_open=<!--
21 comment_close=-->
23 # set to false if a comment character/string should start at column 0 of a line, true uses any
24 # indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
25 #               #command_example();
26 # setting to false would generate this
27 # #             command_example();
28 # This setting works only for single line comments
29 comment_use_indent=true
31 # context action command (please see Geany's main documentation for details)
32 context_action_cmd=
34 # if this setting is set to true, a new line after a line ending with an
35 # unclosed tag will be automatically indented
36 xml_indent_tags=true
38 [indentation]
39 #width=4
40 # 0 is spaces, 1 is tabs, 2 is tab & spaces
41 #type=1
43 [build-menu]
44 # %f will be replaced by the complete filename
45 # %e will be replaced by the filename without extension
46 FT_02_LB=_Lint
47 FT_02_CM=xmllint --noout "%f"
48 FT_02_WD=
49 error_regex=(.+):([0-9]+):