We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d3e6fea + cb6c26b commit 9bc1eb4Copy full SHA for 9bc1eb4
editors/code/language-configuration.json
@@ -18,7 +18,7 @@
18
{ "open": "[", "close": "]" },
19
{ "open": "(", "close": ")" },
20
{ "open": "\"", "close": "\"", "notIn": ["string"] },
21
- { "open": "/*", "close": " */" },
+ { "open": "/*", "close": " */", "notIn": ["string"] },
22
{ "open": "`", "close": "`", "notIn": ["string"] }
23
],
24
"autoCloseBefore": ";:.,=}])> \n\t",
0 commit comments