{
"comments": {
"lineComment": "//",
"blockComment": ["{", "}"]
},
"brackets": [
["begin", "end"],
["(", ")"],
["[", "]"]
],
"autoClosingPairs": [
{ "open": "(", "close": ")" },
{ "open": "[", "close": "]" },
{ "open": "'", "close": "'", "notIn": ["string", "comment"] }
],
"surroundingPairs": [
["(", ")"],
["[", "]"],
["'", "'"]
]
}