javascript: Stop using longjmp() and friends
[geany-mirror.git] / data / filetypes.diff
blob62bd9e8d4913d05b8aa87ab5c7c1ede3922d3cf1
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 # MIME type
19 mime_type=text/x-patch
21 # the following characters are these which a "word" can contains, see documentation
22 #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
24 # only the text before the first --- is a comment
25 #comment_single=
26 #comment_open=
27 #comment_close=
29 # context action command (please see Geany's main documentation for details)
30 context_action_cmd=
32 [indentation]
33 #width=4
34 # 0 is spaces, 1 is tabs, 2 is tab & spaces
35 #type=1