Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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

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.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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