【发布时间】:2015-08-06 09:09:05
【问题描述】:
<html>
This is file is called "example.php".<br>
<?php print "=== This is printed by a php 'print' statement<br>"; ?>
This text is after the embedded php.
</html>
当任何一个 html 标记找到它的伴侣时,都会被赋予独特的颜色。 但是 php 标签找不到它们的伙伴,也不会突出显示。我怎样才能得到这种行为?
【问题讨论】:
标签: php html highlighting