Support for embedded php (html inside php files)
Ileca opened this issue · 0 comments
Ileca commented
Is it possible to prevent php tags from breaking the highlighting (html inside php files)?
You will have to strip <?php
, <?=
, and <?
opening tags to ?>
closing tag.
Read: https://www.php.net/manual/en/language.basic-syntax.phptags.php