{ "comments": { "lineComment": "//", "blockComment": [ "(*", "*)" ] }, "brackets": [ ["{", "}"], ["[", "]"], ["(", ")"] ], "autoClosingPairs": [ ["{", "}"], ["[", "]"], ["(", ")"], ["\"", "\""], ["'", "'"], ["(*", "*)"], ["begin", "end"] ], "surroundingPairs": [ ["{", "}"], ["[", "]"], ["(", ")"], ["\"", "\""], ["'", "'"], ["(*", "*)"], ["begin", "end"] ] }