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 %} 
link|improve this question
feedback

1 Answer

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.