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 %}