{ "comments": { "lineComment": "'" }, "brackets": [ ["{", "}"], ["[", "]"], ["(", ")"], ["<", ">"] ], "autoClosingPairs": [ ["{", "}"], ["[", "]"], ["(", ")"], ["\"", "\""] ], "surroundingPairs": [ ["{", "}"], ["[", "]"], ["(", ")"], ["\"", "\""], ["<", ">"] ], "folding": { "markers": { "start": "^\\s*#Region\\b", "end": "^\\s*#End Region\\b" } } }