有什么方法可以告诉NetBeans在<script type="text/ng-template"></script>
块中进行正确的语法高亮显示吗?默认情况下没有突出显示,这可能会让长代码段感到厌烦。
我使用了一个技巧:
<?php echo '<script type="text/ng-template" id="template.tpt">' ?>
--HTML--
<?php echo '</script>' ?>
这使得NetBeans能够识别块内部的HTML。
有一个分配给netbeans开发人员的请求:https://netbeans.org/bugzilla/show_bug.cgi?id=238949
但到目前为止还没有解决方案。