使用正确的代码样式在 Eclipse 中编辑 Shopify 中的 .liquid 文件

发布于 2024-12-10 18:31:29 字数 414 浏览 0 评论 0原文

我正在使用 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 技术交流群。

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

发布评论

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

评论(1

葬﹪忆之殇 2024-12-17 18:31:29

这个问题可能已经有你的答案:

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.

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