Merge pull request #387 from philippwiesemann/fix-typos-doc
[geany-mirror.git] / data / filetypes.batch
blobdf2fe393ba983acac67c6d75fe53ff26377a10ac
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 # the following characters are these which a "word" can contains, see documentation
23 #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
25 # single comments, like # in this file
26 comment_single=::
27 # multiline comments
28 #comment_open=
29 #comment_close=
31 # set to false if a comment character/string should start at column 0 of a line, true uses any
32 # indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
33         #command_example();
34 # setting to false would generate this
35 #       command_example();
36 # This setting works only for single line comments
37 comment_use_indent=true
39 # context action command (please see Geany's main documentation for details)
40 context_action_cmd=