{ "comments": { "blockComment": ["<%--", "--%>"] }, "brackets": [ ["<", ">"], ["<%", "%>"], ["<#", "" }, { "open": "<%", "close": "%>" }, { "open": "<#", "close": ""], ["<%", "%>"], ["\"", "\""], ["'", "'"], ["`", "`"] ], "folding": { "markers": { "start": "^\\s*", "end": "^\\s*" } }, "wordPattern": "(-?\\d*\\.\\d\\w*)|([^\\`\\~\\!\\@\\#\\%\\^\\&\\*\\(\\)\\-\\=\\+\\[\\{\\]\\}\\\\\\|\\;\\:\\'\\\"\\,\\.\\<\\>\\/\\?\\s]+)", "indentationRules": { "increaseIndentPattern": "^\\s*(<(?!\\/)(?!.*\\/[>\\s]).*>|<%(\\s)*(if|for|while|foreach)\\s*\\(.*\\)\\s*\\{|\\{(?!.*\\}.*)|\\[(?!.*\\].*))\\s*$", "decreaseIndentPattern": "^\\s*(|<%\\s*\\}\\s*%>|\\}|\\])" } }