Update Russian translation (#3918)
[geany-mirror.git] / data / filedefs / filetypes.makefile
blob181e52779b2beef27162e40848d6db7a9c08411b
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 # these characters define word boundaries when making selections and searching
20 # using word matching options
21 #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
23 # single comments, like # in this file
24 comment_single=#
25 # multiline comments
26 #comment_open=
27 #comment_close=
29 # set to false if a comment character/string should start at column 0 of a line, true uses any
30 # indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
31 #               #command_example();
32 # setting to false would generate this
33 # #             command_example();
34 # This setting works only for single line comments
35 comment_use_indent=false
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