Update of po files for string freeze of Geany 1.24
[geany-mirror.git] / data / filetypes.restructuredtext
blobce70288dca808c7f8d16bc4aa292fa86fa8aedb5
1 # For complete documentation of this file, please see Geany's main documentation
2 [styling]
3 # no syntax highlighting yet
5 [settings]
6 # default extension used when saving files
7 extension=rst
9 # the following characters are these which a "word" can contains, see documentation
10 #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
12 # single comments, like # in this file
13 comment_single=..\s
14 # multiline comments
15 #comment_open=
16 #comment_close=
18 # set to false if a comment character/string should start at column 0 of a line, true uses any
19 # indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
20         #command_example();
21 # setting to false would generate this
22 #       command_example();
23 # This setting works only for single line comments
24 #comment_use_indent=true
26 # context action command (please see Geany's main documentation for details)
27 context_action_cmd=
29 # sort tags by appearance
30 symbol_list_sort_mode=1
32 [indentation]
33 #width=4
34 # 0 is spaces, 1 is tabs, 2 is tab & spaces
35 #type=1