Stop capturing 'REM' as a keyword.command in Batch

This commit is contained in:
Daniel Podder
2016-02-04 09:44:01 -08:00
committed by Daniel Podder
parent 388af87bfe
commit 5968d8bb01

View File

@@ -43,18 +43,10 @@
<string>\b(?:EQU|NEQ|LSS|LEQ|GTR|GEQ)\b</string>
</dict>
<dict>
<key>captures</key>
<dict>
<key>1</key>
<dict>
<key>name</key>
<string>keyword.command.rem.dosbatch</string>
</dict>
</dict>
<key>name</key>
<string>comment.line.rem.dosbatch</string>
<key>match</key>
<string>\b((?i)rem)(?:$|\s.*$)</string>
<string>\b(?i)rem(?:$|\s.*$)</string>
</dict>
<dict>
<key>name</key>