Kaydet (Commit) 9ecabc20 authored tarafından Enrico Tröger's avatar Enrico Tröger

Use REM as single comment marker for Batch files

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

Closes #1912.
üst a7599c5d
......@@ -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=
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment