[folding] Folded regions are lost when starting multi line comment Fixes Microsoft/vscode#46655
parent
e754b2f544
commit
b08ba054ba
|
@ -13,7 +13,8 @@
|
|||
{ "open": "[", "close": "]"},
|
||||
{ "open": "(", "close": ")" },
|
||||
{ "open": "'", "close": "'" },
|
||||
{ "open": "\"", "close": "\"" }
|
||||
{ "open": "\"", "close": "\"" },
|
||||
{ "open": "<!--", "close": "-->", "notIn": [ "comment", "string" ]}
|
||||
],
|
||||
"surroundingPairs": [
|
||||
{ "open": "'", "close": "'" },
|
||||
|
|
Loading…
Reference in New Issue