{ "comments": { "lineComment": "//", "blockComment": [ "/*", "*/" ] }, "colorizedBracketPairs": [ [ "{", "}" ], [ "[", "]" ], [ "(", ")" ], [ "<", ">" ] ], "brackets": [ [ "{", "}" ], [ "[", "]" ], [ "(", ")" ], [ "<", ">" ] ], "autoClosingPairs": [ [ "{", "}" ], [ "[", "]" ], [ "(", ")" ], [ "<", ">" ], [ "\"", "\"" ] ], "surroundingPairs": [ [ "{", "}" ], [ "[", "]" ], [ "(", ")" ], [ "<", ">" ], [ "\"", "\"" ] ] }