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’…..