You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: