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.tes8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/lexers/batch.tes b/lib/lexers/batch.tes
index a3a2a80..dddd802 100644
--- a/lib/lexers/batch.tes
+++ b/lib/lexers/batch.tes
@@ -1,4 +1,4 @@
-! DOS, Windows, OS/2 Batch Files !
+!* DOS, Windows, OS/2 Batch Files *!
@[lexer.test.batch]{
:EN*.batQ*"S -1 '
@@ -15,9 +15,9 @@
color copy defined else not start
:M[color.comment],1M[color.set]
:M[color.keyword],2M[color.set]
- :M[color.target],3M[color.set] ! Labels !
- :M[color.preproc],4M[color.set] ! Hide Cmd @ !
- :M[color.preproc2],5M[color.set] ! External Cmd !
+ :M[color.target],3M[color.set] !* Labels *!
+ :M[color.preproc],4M[color.set] !* Hide Cmd @ *!
+ :M[color.preproc2],5M[color.set] !* External Cmd *!
:M[color.variable],6M[color.set]
:M[color.operator],7M[color.set]
}