Better end of line match

This commit is contained in:
Matt Bierner
2018-12-05 14:31:53 -08:00
parent d7af2b0160
commit 6d0d6713cf

View File

@@ -7,7 +7,7 @@
],
"repository": {
"markdown-comment": {
"begin": "(?<=/\\*\\*)\\s*\n",
"begin": "(?<=/\\*\\*)\\s*$",
"while": "(^|\\G)\\s*\\*(?!/)(?=([^*]|[*](?!/))*$)",
"patterns": [
{