如何让 Textmate 检测过滤器后的代码:coffeescript?

发布于 11-26 09:21 字数 217 浏览 1 评论 0原文

使用 Haml :javascript 过滤器,过滤器后面的代码会被准确地检测为 javascript。 :coffeescript 过滤器不会发生这种情况。如何让 Textmate 将此代码识别为咖啡脚本? (我已经安装了 coffeescript 包。)

Using the Haml :javascript filter, the code following the filter is accurately detected as javascript. This isn't happening with the :coffeescript filter. How do I make Textmate recognize this code as coffeescript? (I already have the coffeescript bundle installed.)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

烟雨凡馨2024-12-03 09:21:23

为此,您需要编辑 HAML 捆绑语法,可能只需复制 JavaScript 语言分隔符并修改它以与 Coffeescript 一起使用即可。

http://wiki.macromates.com/Main/Bundles

You would need to edit the HAML bundle syntaxes to do that, probably just by copying the JavaScript language delimiter and modifying it to work with Coffeescript.

http://wiki.macromates.com/Main/Bundles

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文