21 lines
381 B
JSON
21 lines
381 B
JSON
{
|
|
"comments": {
|
|
"lineComment": ";"
|
|
},
|
|
"brackets": [
|
|
["(", ")"],
|
|
["[", "]"],
|
|
["{", "}"]
|
|
],
|
|
"autoClosingPairs": [
|
|
{ "open": "(", "close": ")" },
|
|
{ "open": "[", "close": "]" },
|
|
{ "open": "{", "close": "}" }
|
|
],
|
|
"surroundingPairs": [
|
|
{ "open": "(", "close": ")" },
|
|
{ "open": "[", "close": "]" },
|
|
{ "open": "{", "close": "}" }
|
|
]
|
|
}
|