{ "comments": { "lineComment": { "comment": "#" } }, "brackets": [ ["(", ")"], ["[", "]"] ], "autoClosingPairs": [ { "open": "(", "close": ")" }, { "open": "[", "close": "]" }, { "open": "'", "close": "'", "notIn": ["string"] }, { "open": "\"", "close": "\"", "notIn": ["string"] } ], "surroundingPairs": [ ["(", ")"], ["[", "]"], ["'", "'"], ["\"", "\""] ], "wordPattern": "([a-z][a-z0-9-]*)|(-?\\d+\\.?\\d*)", "indentationRules": { "increaseIndentPattern": ":\\s*$", "decreaseIndentPattern": "^\\s*(end|else)\\b" } }