mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
Update language-configuration.json (#163182)
This commit is contained in:
@@ -13,8 +13,8 @@
|
|||||||
{ "open": "{", "close": "}" },
|
{ "open": "{", "close": "}" },
|
||||||
{ "open": "(", "close": ")" },
|
{ "open": "(", "close": ")" },
|
||||||
{ "open": "'", "close": "'", "notIn": ["string", "comment"] },
|
{ "open": "'", "close": "'", "notIn": ["string", "comment"] },
|
||||||
{ "open": "\"", "close": "\"", "notIn": ["string"] }
|
{ "open": "\"", "close": "\"", "notIn": ["string"] },
|
||||||
{ "open": "/*", "close": "*/", "notIn": ["string", "comment"] },
|
{ "open": "/*", "close": "*/", "notIn": ["string", "comment"] }
|
||||||
],
|
],
|
||||||
"surroundingPairs": [
|
"surroundingPairs": [
|
||||||
["{", "}"],
|
["{", "}"],
|
||||||
|
|||||||
Reference in New Issue
Block a user