plugins: plugin loader redesign
[geany-mirror.git] / data / filetypes.restructuredtext
blob3a8ce7abee64537ebc4e8173b010adc910507b08
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 # MIME type
10 mime_type=text/x-rst
12 # the following characters are these which a "word" can contains, see documentation
13 #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
15 # single comments, like # in this file
16 comment_single=..\s
17 # multiline comments
18 #comment_open=
19 #comment_close=
21 # set to false if a comment character/string should start at column 0 of a line, true uses any
22 # indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
23         #command_example();
24 # setting to false would generate this
25 #       command_example();
26 # This setting works only for single line comments
27 #comment_use_indent=true
29 # context action command (please see Geany's main documentation for details)
30 context_action_cmd=
32 # sort tags by appearance
33 symbol_list_sort_mode=1
35 [indentation]
36 #width=4
37 # 0 is spaces, 1 is tabs, 2 is tab & spaces
38 #type=1