Skip to content

Add support for liquid templating language? (Jekyll and Shopify) #93

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
adrianocr opened this issue Oct 26, 2017 · 0 comments
Open

Add support for liquid templating language? (Jekyll and Shopify) #93

adrianocr opened this issue Oct 26, 2017 · 0 comments

Comments

@adrianocr
Copy link

adrianocr commented Oct 26, 2017

I was wondering if it's possible to add support for the liquid (https://github.com/Shopify/liquid) templating language? It's used by Shopify and Jekyll among a few other CMS's and services.

It's pretty much raw HTML with a special syntax for outputting things like Twig.
Example: {{ variable }} would output whatever value is assigned to variable.

You don't really use class names in the helper syntax except for like two cases. So really it just needs to parse the HTML.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants