+1
HTML Comments within PHP Heredoc
in a PHP file, ST properly switches to HTML syntax highlighting in the below Heredoc string:
<a href="whatever">blah</a>
<img src="yeah-right" />
HTML
However, if I try to comment a line with Cmd+/ it incorrectly adds PHP comments instead of HTML comments
Customer support service by UserEcho