目前,我正在使用Handlebars(JS Template Engine)项目,我正在使用
eclipse进行开发.
问题是,eclipse不会为我的Handlebars-Templates提供语法高亮.我的模板包含在
标签中.语法突出
显示在预期的作品.
截图:
是否可能,Eclipse还突出显示这个代码(最好使用HTML语法着色)?
如果使用
PHP,可以通过
添加空的
PHP标签来愚弄Eclipse:
<scrip<?PHP ?>t type="tmpl_handlebars" id="tmpl_places">
<article>
<h1>
...
</h1>
</article>
</script>
原文链接:https://www.f2er.com/js/153086.html