Allow markdown comments to match blocks that contain extra docs on first line
This commit is contained in:
Matt Bierner 2019-01-09 12:58:20 -08:00
parent 299997228d
commit 7e86998ef9

View file

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