{ "comments": {"blockComment": [""]}, "brackets": [["<", ">"], ["{", "}"], ["[", "]"], ["(", ")"]], "autoClosingPairs": [ {"open": ""}, {"open": ""}, {"open": "{", "close": "}"}, {"open": "[", "close": "]"}, {"open": "(", "close": ")"}, {"open": "\"", "close": "\"", "notIn": ["comment"]}, {"open": "'", "close": "'", "notIn": ["comment"]}, {"open": "`", "close": "`", "notIn": ["comment"]} ], "surroundingPairs": [["{", "}"], ["[", "]"], ["(", ")"], ["\"", "\""], ["'", "'"], ["`", "`"]], "indentationRules": { "increaseIndentPattern": "(?i)(?:<(?!(?:area|base|br|col|embed|hr|img|input|link|meta|param|source|track|wbr)\\b)[a-z][^>]*>|\\b(?:if|for|switch|select)\\b[^?]*\\{\\s*\\?>)\\s*$", "decreaseIndentPattern": "^\\s*(?: