Merge pull request #826 from kugel-/doxygen-fixes2
[geany-mirror.git] / data / filetypes.xml
blobb1cefa66b24f838bb74ab9ad5be23b6e98ec5fbd
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 # the following characters are these which a "word" can contains, see documentation
14 #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
16 # single comments, like # in this file
17 #comment_single=
18 # multiline comments
19 comment_open=<!--
20 comment_close=-->
22 # set to false if a comment character/string should start at column 0 of a line, true uses any
23 # indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
24         #command_example();
25 # setting to false would generate this
26 #       command_example();
27 # This setting works only for single line comments
28 comment_use_indent=true
30 # context action command (please see Geany's main documentation for details)
31 context_action_cmd=
33 # if this setting is set to true, a new line after a line ending with an
34 # unclosed tag will be automatically indented
35 xml_indent_tags=true
37 [indentation]
38 #width=4
39 # 0 is spaces, 1 is tabs, 2 is tab & spaces
40 #type=1
42 [build-menu]
43 # %f will be replaced by the complete filename
44 # %e will be replaced by the filename without extension
45 # (use only one of it at one time)
46 FT_02_LB=_Lint
47 FT_02_CM=xmllint --noout "%f"
48 FT_02_WD=
49 error_regex=(.+):([0-9]+):