Closed joshbmarshall closed 5 years ago
Thank you so much for the pull request. Everything looks almost perfect, but I request two minor additions:
For example:
<style type="css">
a {
width: <?= $width_value ?>px;
}
</style>
node js/services build
No problems I've done those for you now
This adds detection when parsing mixed php/html code for the php short echo mode, e.g.
<?= $variable ?>
A test case has also been added, based on one of the twig tests. The short echo tags were the only things stopping me from using prettydiff to format html with php intermixed