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:
parent
a7599c5d06
commit
9ecabc20f0
@ -23,7 +23,7 @@ extension=bat
|
|||||||
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
|
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
|
||||||
|
|
||||||
# single comments, like # in this file
|
# single comments, like # in this file
|
||||||
comment_single=::
|
comment_single=REM\s
|
||||||
# multiline comments
|
# multiline comments
|
||||||
#comment_open=
|
#comment_open=
|
||||||
#comment_close=
|
#comment_close=
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user