{ "comments": { "lineComment": "#" }, "brackets": [ [ "[", "]" ], ], "autoClosingPairs": [ { "open": "\"", "close": "\"", "notIn": ["string"] }, { "open": "[", "close": "]", "notIn": ["comment"] }, ], "surroundingPairs": [ [ "\"", "\"" ], [ "[", "]" ], ] }