Merge pull request #3353 from techee/doc_tag_format
[geany-mirror.git] / data / filedefs / filetypes.diff
bloba7d840ea33418b95cc6c6942fee7ed34f5fc1629
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 command=function
7 header=preprocessor
8 position=number
9 deleted=line_removed
10 added=line_added
11 changed=line_changed
12 # '++' lines
13 patch_add=line_added
14 # '+-' lines
15 patch_delete=line_added
16 # '-+' lines
17 removed_patch_add=line_removed
18 # '--' lines
19 removed_patch_delete=line_removed
22 [settings]
23 # default extension used when saving files
24 extension=diff
26 # MIME type
27 mime_type=text/x-patch
29 # the following characters are these which a "word" can contains, see documentation
30 #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
32 # only the text before the first --- is a comment
33 #comment_single=
34 #comment_open=
35 #comment_close=
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