diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2015-03-23 20:30:46 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2015-03-24 02:47:49 +0100 |
commit | fec93b9b0cc83dc1102c78c8bf1eacaf8763d9b8 (patch) | |
tree | 2138c060b90a104c367dc9a36223b694c1b33f06 /lib/lexers/batch.tes | |
parent | e4789a60d2a409f74efba9e9a3faf5250a50e0ae (diff) | |
download | sciteco-fec93b9b0cc83dc1102c78c8bf1eacaf8763d9b8.tar.gz |
reformatted existing lexer definitions
* they are updated with the results of scite2co.lua
This makes it easier in the future to update lexer settings
based on the property files of new SciTE releases.
Diffstat (limited to 'lib/lexers/batch.tes')
-rw-r--r-- | lib/lexers/batch.tes | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/lib/lexers/batch.tes b/lib/lexers/batch.tes index 000910d..09c8649 100644 --- a/lib/lexers/batch.tes +++ b/lib/lexers/batch.tes @@ -1,17 +1,15 @@ ! DOS, Windows, OS/2 Batch Files ! -@[lexer.test.batch]{ - [_ _.[bat,cmd,nt]M[lexer.checkname] ]_ -} +@[lexer.test.batch]{ [_ + _.[bat,cmd,nt]M[lexer.checkname] +]_ } @[lexer.set.batch]{ ESSETLEXER,SCLEX_BATCH 0ESSETKEYWORDS - rem set if exist errorlevel for in do - break call 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 + rem set if exist errorlevel for in do break call 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 color copy defined else not start :M[color.comment],1M[color.set] :M[color.keyword],2M[color.set] |