Skip to content

Commit b08ba05

Browse files
committed
[folding] Folded regions are lost when starting multi line comment Fixes microsoft#46655
1 parent e754b2f commit b08ba05

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

extensions/html/language-configuration.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
{ "open": "[", "close": "]"},
1414
{ "open": "(", "close": ")" },
1515
{ "open": "'", "close": "'" },
16-
{ "open": "\"", "close": "\"" }
16+
{ "open": "\"", "close": "\"" },
17+
{ "open": "<!--", "close": "-->", "notIn": [ "comment", "string" ]}
1718
],
1819
"surroundingPairs": [
1920
{ "open": "'", "close": "'" },

0 commit comments

Comments
 (0)