{ "comments": { "lineComment": "//" }, "wordPattern": "(-?\\d*\\.\\d\\w*)|([^\\`\\~\\!\\@\\#\\$\\%\\^\\&\\*\\(\\)\\=\\+\\[\\{\\]\\}\\\\\\|\\;\\:\\\"\\'\\,\\.\\<\\>\\/\\?\\s]+)", "brackets": [ [ "{", "}" ], [ "(", ")" ] ], "autoClosingPairs": [ { "open": "{", "close": "}" }, { "open": "(", "close": ")" }, { "open": "\"", "close": "\"" } ], "surroundingPairs": [ [ "{", "}" ], [ "(", ")" ], [ "\"", "\"" ] ], "indentationRules": { "increaseIndentPattern": "^.*\\{\\s*$", "decreaseIndentPattern": "^\\s*\\}" }, "onEnterRules": [ { "beforeText": "^.*\\{\\s*$", "action": { "indent": "indent" } } ] }