Reword "wordchars" description using the description from the manual
[geany-mirror.git] / data / filedefs / filetypes.restructuredtext
blobddecf3cc524a51f87acf24933fc8bb01f613ecc4
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 # these characters define word boundaries when making selections and searching
13 # using word matching options
14 #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
16 # single comments, like # in this file
17 comment_single=..\s
18 # multiline comments
19 #comment_open=
20 #comment_close=
22 # set to false if a comment character/string should start at column 0 of a line, true uses any
23 # indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
24 #               #command_example();
25 # setting to false would generate this
26 # #             command_example();
27 # This setting works only for single line comments
28 #comment_use_indent=true
30 # context action command (please see Geany's main documentation for details)
31 context_action_cmd=
33 # sort tags by appearance
34 symbol_list_sort_mode=1
36 [indentation]
37 #width=4
38 # 0 is spaces, 1 is tabs, 2 is tab & spaces
39 #type=1