Skip to content

Commit 3f2adbf

Browse files
authored
Update language-configuration.json (microsoft#163182)
1 parent 645c718 commit 3f2adbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extensions/cpp/language-configuration.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
{ "open": "{", "close": "}" },
1414
{ "open": "(", "close": ")" },
1515
{ "open": "'", "close": "'", "notIn": ["string", "comment"] },
16-
{ "open": "\"", "close": "\"", "notIn": ["string"] }
17-
{ "open": "/*", "close": "*/", "notIn": ["string", "comment"] },
16+
{ "open": "\"", "close": "\"", "notIn": ["string"] },
17+
{ "open": "/*", "close": "*/", "notIn": ["string", "comment"] }
1818
],
1919
"surroundingPairs": [
2020
["{", "}"],

0 commit comments

Comments
 (0)