puranjayjain / language-liquid

Liquid language support for Atom.
MIT License
28 stars 23 forks source link

New Liquid Tags #25

Open georgebutter opened 7 years ago

georgebutter commented 7 years ago

With the Shopify sections update comes the new liquid tags: https://help.shopify.com/themes/development/theme-editor/sections#javascript-and-css

{% stylesheet %}
{% javascript %}
{% schema %}

Would be awesome if you could add support for these tags

puranjayjain commented 7 years ago

it would be great if you could help out with these additions in a PR, I'll try to see if i could do them.

georgebutter commented 7 years ago

Sure I'll see if I get a chance, may be post xmas.

rickydazla commented 7 years ago

Also {% section 'section-name' %} and {% for block in section.blocks %} etc.