mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-25 12:47:14 +00:00
10 lines
123 B
JSON
10 lines
123 B
JSON
{
|
|
"comments": {
|
|
"lineComment": "//",
|
|
"blockComment": [ "/*", "*/" ]
|
|
},
|
|
"brackets": [
|
|
["{", "}"],
|
|
["[", "]"]
|
|
]
|
|
} |