Allow markdown comments to match blocks that contain extra docs on first line
pull/66306/head
Matt Bierner 2019-01-09 12:58:20 -08:00
parent 299997228d
commit 7e86998ef9
1 changed files with 1 additions and 1 deletions

View File

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