mirror of
https://github.com/danog/code-server.git
synced 2024-11-27 12:57:13 +01:00
11 lines
134 B
JSON
11 lines
134 B
JSON
|
{
|
||
|
"comments": {
|
||
|
"lineComment": "#",
|
||
|
"blockComment": [ "#", " " ]
|
||
|
},
|
||
|
"brackets": [
|
||
|
["{", "}"],
|
||
|
["[", "]"],
|
||
|
["(", ")"]
|
||
|
]
|
||
|
}
|