{ "comments": { "lineComment": "#", "blockComment": [ "###", "###" ] }, "brackets": [ ["{", "}"], ["[", "]"], ["(", ")"] ], "autoClosingPairs": [ ["{", "}"], ["[", "]"], ["(", ")"], ["\"", "\""], ["'", "'"] ], "surroundingPairs": [ ["{", "}"], ["[", "]"], ["(", ")"], ["\"", "\""], ["'", "'"] ], "folding": { "offSide": true, "markers": { "start": "^\\s*#region\\b", "end": "^\\s*#endregion\\b" } } }