using reference values in follow up parser rule #175
Unanswered
kingwill101
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi , I'm currently working on a liquid parser and i'm trying to parse tags that have a closing tag
I am already able to parse tags with their inner blocks reliable but not for unknown tags
This is what i am currently doing but using pattern is not a reliable way to properly match the closing tag
what i want to do is essentially
match on the property name coming from the tag() parser
so would become
Beta Was this translation helpful? Give feedback.
All reactions