mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
Better end of line match
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
],
|
||||
"repository": {
|
||||
"markdown-comment": {
|
||||
"begin": "(?<=/\\*\\*)\\s*\n",
|
||||
"begin": "(?<=/\\*\\*)\\s*$",
|
||||
"while": "(^|\\G)\\s*\\*(?!/)(?=([^*]|[*](?!/))*$)",
|
||||
"patterns": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user