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

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

single sign on - Logging into Plone site with credentials passed through HTTP -

php - Why does AJAX not process login form? -