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…
1 2 3 4 5 6 7 8 9 10 11 12 13 |
// 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’…..