mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-25 04:36:23 +00:00
22 lines
270 B
JSON
22 lines
270 B
JSON
{
|
|
"comments": {
|
|
"lineComment": ";"
|
|
},
|
|
"brackets": [
|
|
["{", "}"],
|
|
["[", "]"],
|
|
["(", ")"]
|
|
],
|
|
"autoClosingPairs": [
|
|
["{", "}"],
|
|
["[", "]"],
|
|
["(", ")"],
|
|
["\"", "\""]
|
|
],
|
|
"surroundingPairs": [
|
|
["{", "}"],
|
|
["[", "]"],
|
|
["(", ")"],
|
|
["\"", "\""]
|
|
]
|
|
} |