Syntax highlighting between tags

How can I enable syntax highlighting between my own tags?
For example, I want that

<% echo $var; %>

highlight as php code

<?php echo $var; ?>

Is it possible?

0

Nope, this is not possible.

0

请先登录再写评论。