Fixes #66247
Allow markdown comments to match blocks that contain extra docs on first linepull/66306/head
parent
299997228d
commit
7e86998ef9
|
@ -7,7 +7,7 @@
|
|||
],
|
||||
"repository": {
|
||||
"markdown-comment": {
|
||||
"begin": "(?<=/\\*\\*)\\s*$",
|
||||
"begin": "(?<=/\\*\\*)([^*]|\\*(?!/))*$",
|
||||
"while": "(^|\\G)\\s*\\*(?!/)(?=([^*]|[*](?!/))*$)",
|
||||
"patterns": [
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue