Fix a few typos in NEWS
[geany-mirror.git] / data / filetypes.makefile
blob61252e47f41e268aad0517ee53f06b166c3e5592
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 preprocessor=preprocessor
7 identifier=identifier_4
8 operator=operator
9 target=label
10 ideol=type
12 [settings]
13 # default extension used when saving files
14 extension=mak
16 # MIME type
17 mime_type=text/x-makefile
19 # the following characters are these which a "word" can contains, see documentation
20 #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
22 # single comments, like # in this file
23 comment_single=#
24 # multiline comments
25 #comment_open=
26 #comment_close=
28 # set to false if a comment character/string should start at column 0 of a line, true uses any
29 # indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
30         #command_example();
31 # setting to false would generate this
32 #       command_example();
33 # This setting works only for single line comments
34 comment_use_indent=false
36 # context action command (please see Geany's main documentation for details)
37 context_action_cmd=
39 [indentation]
40 #width=4
41 # 0 is spaces, 1 is tabs, 2 is tab & spaces
42 type=1