Export liquidParser to aid in defining new base languages for liquid. #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
As mentioned in my comment about supporting additional bases, I've added an export of the parser as
liquidParserwhich I believe should provide everything needed in order to implement a new base.Sorry, just realized
Languagehas aparserproperty already exposing this. I'll close the pull request.Pull request closed