{ "comments": { "lineComment": "#" }, "brackets": [ ["{", "}"], ["[", "]"], ["(", ")"] ], "autoClosingPairs": [ ["{", "}"], ["[", "]"], ["(", ")"], ["\"", "\""], ["'", "'"], ["`", "`"] ], "surroundingPairs": [ ["{", "}"], ["[", "]"], ["(", ")"], ["\"", "\""], ["'", "'"], ["`", "`"] ], "folding": { "markers": { "start": "^(?:(?:=pod\\s*$)|(?:\\s*#region\\b))", "end": "^(?:(?:=cut\\s*$)|(?:\\s*#endregion\\b))" } } }