0

HTML Comments within PHP Heredoc

Michael Dougherty 12 jaar geleden bijgewerkt 12 jaar geleden 0
in a PHP file, ST properly switches to HTML syntax highlighting in the below Heredoc string:

$text = <<<HTML
<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