Skip to content

Commit cb6c26b

Browse files
committed
Don't auto-close block comments in strings
1 parent 03d2d90 commit cb6c26b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editors/code/language-configuration.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
{ "open": "[", "close": "]" },
1919
{ "open": "(", "close": ")" },
2020
{ "open": "\"", "close": "\"", "notIn": ["string"] },
21-
{ "open": "/*", "close": " */" },
21+
{ "open": "/*", "close": " */", "notIn": ["string"] },
2222
{ "open": "`", "close": "`", "notIn": ["string"] }
2323
],
2424
"autoCloseBefore": ";:.,=}])> \n\t",

0 commit comments

Comments
 (0)