codemirror - How to use the PHP parser only? -
all modes codemirror i've found use php parser multi parser combined html , javascript. these require <?php start highlighting php.
i want have in textarea highlighted php. assume <?php @ beginning , ignore further ?>.
can this?
use "text/x-php" mode option.
Comments
Post a Comment