Use REM as single comment marker for Batch files

REM seems to be the standard comment marker while "::" is rather
deprecated.

Closes #1912.
This commit is contained in:
Enrico Tröger 2018-08-26 12:48:17 +02:00
parent a7599c5d06
commit 9ecabc20f0

View File

@ -23,7 +23,7 @@ extension=bat
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
comment_single=::
comment_single=REM\s
# multiline comments
#comment_open=
#comment_close=