[geany/geany] 9ecabc: Use REM as single comment marker for Batch files
Enrico Tröger
git-noreply at xxxxx
Sun Nov 25 14:05:03 UTC 2018
Branch: refs/heads/master
Author: Enrico Tröger <enrico.troeger at uvena.de>
Committer: Enrico Tröger <enrico.troeger at uvena.de>
Date: Sun, 26 Aug 2018 10:48:17 UTC
Commit: 9ecabc20f0e51e33bf6a46d13bc1a0b47dcc437d
https://github.com/geany/geany/commit/9ecabc20f0e51e33bf6a46d13bc1a0b47dcc437d
Log Message:
-----------
Use REM as single comment marker for Batch files
REM seems to be the standard comment marker while "::" is rather
deprecated.
Closes #1912.
Modified Paths:
--------------
data/filedefs/filetypes.batch
Modified: data/filedefs/filetypes.batch
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -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=
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Commits
mailing list