Reword "wordchars" description using the description from the manual
[geany-mirror.git] / data / filedefs / filetypes.batch
blob7d58720416386cadf70a91f6539a95ddf45155dd
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_line
6 label=label
7 word=keyword_1
8 hide=other
9 command=function
10 operator=operator
11 identifier=string
13 [keywords]
14 # all items must be in one line
15 keywords=rem set if else exist errorlevel for in do break call copy chcp cd chdir choice cls country ctty date del erase dir echo exit goto loadfix loadhigh mkdir md move path pause prompt rename ren rmdir rd shift time type ver verify vol com con lpt nul defined not errorlevel cmdextversion
16 keywords_optional=
18 [settings]
19 # default extension used when saving files
20 extension=bat
22 # these characters define word boundaries when making selections and searching
23 # using word matching options
24 #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
26 # single comments, like # in this file
27 comment_single=REM\s
28 # multiline comments
29 #comment_open=
30 #comment_close=
32 # set to false if a comment character/string should start at column 0 of a line, true uses any
33 # indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
34 #               #command_example();
35 # setting to false would generate this
36 # #             command_example();
37 # This setting works only for single line comments
38 comment_use_indent=true
40 # context action command (please see Geany's main documentation for details)
41 context_action_cmd=