{ "comments": { "lineComment": "#", "blockComment": [ "'''", "'''" ] }, "brackets": [ ["{", "}"], ["[", "]"], ["(", ")"] ], "autoClosingPairs": [ ["{", "}"], ["[", "]"], ["(", ")"], ["\"", "\""], ["'", "'"] ], "surroundingPairs": [ ["{", "}"], ["[", "]"], ["(", ")"], ["\"", "\""], ["'", "'"] ] // enhancedBrackets: [ { open: /.*:\s*$/, closeComplete: 'else:' } ], }