aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/lexers/batch.tes
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2015-03-23 20:30:46 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2015-03-24 02:47:49 +0100
commitfec93b9b0cc83dc1102c78c8bf1eacaf8763d9b8 (patch)
tree2138c060b90a104c367dc9a36223b694c1b33f06 /lib/lexers/batch.tes
parente4789a60d2a409f74efba9e9a3faf5250a50e0ae (diff)
downloadsciteco-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.tes14
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]