1{ 2 "comments": { 3 "lineComment": "#" 4 }, 5 "brackets": [ 6 ["{", "}"], 7 ["[", "]"], 8 ["(", ")"] 9 ], 10 "autoClosingPairs": [ 11 ["{", "}"], 12 ["[", "]"], 13 ["(", ")"], 14 ["\"", "\""], 15 ["'", "'"] 16 ], 17 "surroundingPairs": [ 18 ["{", "}"], 19 ["[", "]"], 20 ["(", ")"], 21 ["\"", "\""], 22 ["'", "'"] 23 ], 24 "indentationRules": { 25 "increaseIndentPattern": "^\\s*.*(:|-) ?(&\\w+)?(\\{[^}\"']*|\\([^)\"']*)?$", 26 "decreaseIndentPattern": "^\\s+\\}$" 27 } 28} 29 30