mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
Fixes #66247
Allow markdown comments to match blocks that contain extra docs on first line
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
],
|
||||
"repository": {
|
||||
"markdown-comment": {
|
||||
"begin": "(?<=/\\*\\*)\\s*$",
|
||||
"begin": "(?<=/\\*\\*)([^*]|\\*(?!/))*$",
|
||||
"while": "(^|\\G)\\s*\\*(?!/)(?=([^*]|[*](?!/))*$)",
|
||||
"patterns": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user