Skip to content

Commit f8a268a

Browse files
committed
fix: typescript /** */ auto closing not work
1 parent de0eb62 commit f8a268a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

languages/vue-language-configuration.json

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

0 commit comments

Comments
 (0)