使用正确的代码样式在 Eclipse 中编辑 Shopify 中的 .liquid 文件
我正在使用 shopify 建立一家商店。
我想在 eclipse 中离线编辑模板文件,但它们是 .liquid 文件,而 eclipse 没有认不出来。
如何为 Eclipse 识别的液体模板文件创建自定义内容类型?
Liquid 中有两种类型的标记:输出和标签。
输出 周围是:
{{ two curly brackets }}
标签 周围是:
{% a curly bracket and a percent %}
I am building a store using shopify.
I'd like to edit the template files offline in eclipse, but they are .liquid files, which eclipse doesn't recognize.
How do I make a custom content type for the liquid template files that eclipse will recognize?
There are two types of markup in liquid: Output and Tag.
Output is surrounded by:
{{ two curly brackets }}
Tags are surrounded by:
{% a curly bracket and a percent %}
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这个问题可能已经有你的答案:
Eclipse 插件:为 Eclipse 不支持的语言创建新的文件扩展名
如果您不反对使用不同的编辑器,TextMate 有一个 Liquid 模式,我认为它也适用于 Sublime Text(如果您不使用 Mac)。当然,肯定还有 emacs 或 vim 插件。
This question might already have your answer:
Eclipse plug-in: Create a new file extension for a language not supported by Eclipse
If you aren't opposed to using a different editor, there is a Liquid mode for TextMate, which I think may also work on Sublime Text (if you aren't using a mac). Then of course there's surely got to be an emacs or vim plugin.