bkiers / Liqp

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

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

Closed pmenhart closed 6 months ago

pmenhart commented 6 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 6 months ago

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