bkiers / Liqp

An ANTLR based 'Liquid Template' parser and rendering engine.
MIT License
164 stars 93 forks source link

Improved parsing of flavor-specific tag 'include_relative' #300

Closed pmenhart closed 4 months ago

pmenhart commented 4 months ago

@msangel Please let me know if you see a better or simpler solution. I do not work with Jekyll, I am submitting this change as a prerequisite for rendering of custom tags with two or more parameters in Liquid.

msangel commented 4 months ago

Good point. I added that flag to parser but in fact it should be in lexer. Thanks!