Shopify / liquid-c

Liquid performance extension in C.
MIT License
119 stars 24 forks source link

Add support for parse-specific tags #181

Closed dylanahsmith closed 1 year ago

dylanahsmith commented 1 year ago

liquid-c support for https://github.com/Shopify/liquid/pull/1629

The only difference is that it gets the tags from Liquid::ParseContext#tags instead of from Liquid::Tempate.tags.

dylanahsmith commented 1 year ago

Closing since #1629 was closed