Merge pull request #232 from stefan-it/enhancement/lang-de-corrections
[geany-mirror.git] / data / filetypes.diff
blob732d1d5feaee1d84659180fbbc92568b23658902
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
14 [settings]
15 # default extension used when saving files
16 extension=diff
18 # the following characters are these which a "word" can contains, see documentation
19 #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
21 # only the text before the first --- is a comment
22 #comment_single=
23 #comment_open=
24 #comment_close=
26 # context action command (please see Geany's main documentation for details)
27 context_action_cmd=
29 [indentation]
30 #width=4
31 # 0 is spaces, 1 is tabs, 2 is tab & spaces
32 #type=1