Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
您好,如何在 Eclipse 中启用 HTML/CSS/JS 的语法高亮显示我主要使用 PyDev 包在 python 中进行开发,但现在我正在创建 Cheetah 模板,它们很难在未突出显示的情况下阅读。
任何与 Cheetah 相关的插件/包建议或仅将任何文件突出显示为 html 将不胜感激。
谢谢你。
我可以以某种方式欺骗 Eclipse 将 .tmpl 文件视为 .html 吗?
这不是一个把戏。
在 Windows -> Preferences,General -> Editors -> File Associations 下,您可以将 *.tmpl 文件与您的 HTML 编辑器关联。