mirror of
https://github.com/coder/code-server.git
synced 2025-01-06 10:01:39 +03:00
11 lines
134 B
JSON
11 lines
134 B
JSON
{
|
|
"comments": {
|
|
"lineComment": "#",
|
|
"blockComment": [ "#", " " ]
|
|
},
|
|
"brackets": [
|
|
["{", "}"],
|
|
["[", "]"],
|
|
["(", ")"]
|
|
]
|
|
} |