aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/lexers/batch.tes
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lexers/batch.tes')
-rw-r--r--lib/lexers/batch.tes4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/lexers/batch.tes b/lib/lexers/batch.tes
index 9453628..7175a6c 100644
--- a/lib/lexers/batch.tes
+++ b/lib/lexers/batch.tes
@@ -1,7 +1,7 @@
! DOS, Windows, OS/2 Batch Files !
@[lexer.test.batch]{
- [_ :S.[bat,cmd,nt] ]_
+ [_ _.[bat,cmd,nt]M[lexer.checkname] ]_
}
@[lexer.set.batch]{
@@ -23,5 +23,5 @@
}
@:[lexer.auto]{
- :M[lexer.test.batch]"S Q.fEB :M[lexer.set.batch] Oend '
+ :M[lexer.test.batch]"S :M[lexer.set.batch] Oend '
}