[wd_asp elements=’search’ ratio=’100%’ id=1]

Missing PHP closing tag highlight ignore

19th September 2014

Sublime Text

Sublime text category icon

This prevents the first closing tag. Find the file in sublimetext 2 at the top: –
Preferences>Package Settings>Bracket Highlighter>Bracket Settings>Default
and search for this…

// PHP Angle
{
"name": "php_angle",
"open": "(<\\?)(?:php)?", "close": "(\\?>)",
"style": "angle",
"scope_exclude": ["string", "comment", "keyword.operator"],
"language_filter": "whitelist",
"language_list": ["HTML", "HTML 5", "PHP"],
"enabled": true
},

Just change the last ‘true’ to ‘false’…..