[folding] Folded regions are lost when starting multi line comment Fixes Microsoft/vscode#46655

This commit is contained in:
Martin Aeschlimann 2018-03-28 16:06:03 +02:00
parent e754b2f544
commit b08ba054ba

View File

@ -13,7 +13,8 @@
{ "open": "[", "close": "]"},
{ "open": "(", "close": ")" },
{ "open": "'", "close": "'" },
{ "open": "\"", "close": "\"" }
{ "open": "\"", "close": "\"" },
{ "open": "<!--", "close": "-->", "notIn": [ "comment", "string" ]}
],
"surroundingPairs": [
{ "open": "'", "close": "'" },