Thanks for your article. I still run into some issues and I would be interested if they work out better for you?
Wrong PHP indentation inside HTML:
<div>
<?php
If ( $foo ) {
echo $foo;
}
</div>
HTML comment inside PHP:
<div>
<?php
If ( $foo ) {
<!-- echo $foo; -->
}
</div>
Would be interesting if you experiencing the same problems or if I have some bugs in my config.