Convert old Glade2 user-interface file to Glade3/GtkBuilder format.
[geany-mirror.git] / data / filetypes.diff
blobb7a7e919428530d911b5672f1c3d4fc9b2aa5469
1 # For complete documentation of this file, please see Geany's main documentation
2 [styling]
3 # foreground;background;bold;italic
4 default=0x000000;0xffffff;false;false
5 comment=0x808080;0xffffff;false;false
6 command=0x7f7f00;0xffffff;false;false
7 header=0x7f0000;0xffffff;false;false
8 position=0x00007f;0xffffff;false;false
9 deleted=0xff2727;0xffffff;false;false
10 added=0x34b034;0xffffff;false;false
11 changed=0x7f007f;0xffffff;false;false
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