Update of Russian translation
[geany-mirror.git] / data / filetypes.yaml
blobb50fa399e7d0e73ffea253ef3b496bdda383532e
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 identifier=identifier
7 keyword=keyword_1
8 number=number_1
9 reference=function
10 document=preprocessor
11 text=string_1
12 error=error
13 operator=operator
15 [keywords]
16 # all items must be in one line
17 keywords=true false yes no
20 [settings]
21 # default extension used when saving files
22 extension=yaml
24 # the following characters are these which a "word" can contains, see documentation
25 #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
27 # single comments, like # in this file
28 comment_single=#
29 # multiline comments
30 #comment_open=
31 #comment_close=
33 # set to false if a comment character/string should start at column 0 of a line, true uses any
34 # indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
35         #command_example();
36 # setting to false would generate this
37 #       command_example();
38 # This setting works only for single line comments
39 comment_use_indent=true
41 # context action command (please see Geany's main documentation for details)
42 context_action_cmd=
44 [indentation]
45 #width=4
46 # 0 is spaces, 1 is tabs, 2 is tab & spaces
47 #type=1