When I go out of PHP and into plain HTML it seems to confuse Bracket Highligher. For example:
<?php
if ($cat == $dog) {
?>
<h3>this is not php code</h3>
<?php
}
?>
Seems to cause Bracket Highlighter to not recognize the brackets. Any suggestions?