mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-04 10:45:33 -06:00
11 lines
135 B
JSON
11 lines
135 B
JSON
{
|
|
"comments": {
|
|
"lineComment": "//",
|
|
"blockComment": ["/*", "*/"]
|
|
},
|
|
"brackets": [
|
|
["{", "}"],
|
|
["[", "]"],
|
|
["(", ")"]
|
|
]
|
|
} |