diff options
Diffstat (limited to 'lib/lexers/patch.tes')
-rw-r--r-- | lib/lexers/patch.tes | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/lexers/patch.tes b/lib/lexers/patch.tes index 1949712..2a7204d 100644 --- a/lib/lexers/patch.tes +++ b/lib/lexers/patch.tes @@ -1,7 +1,7 @@ ! Patch/Diff Files ! @[lexer.test.patch]{ - [_ :S.[diff,patch] ]_ + [_ _.[diff,patch]M[lexer.checkname] ]_ } @[lexer.set.patch]{ @@ -16,5 +16,5 @@ } @:[lexer.auto]{ - :M[lexer.test.patch]"S Q.fEB :M[lexer.set.patch] Oend ' + :M[lexer.test.patch]"S :M[lexer.set.patch] Oend ' } |