The content_for
tag should be supported by the parser and parse its arguments.
#466
Labels
content_for
tag should be supported by the parser and parse its arguments.
#466
Describe the bug
Right now any kind of
{% content_for 'block', id: something, name: something %}
parses the markup as a flat string. It should be something easier to manage in checks/complete/etc instead.https://shopify.dev/docs/api/liquid/tags#content_for
Source
Expected behaviour
Actual behaviour
Additional context
render
tagAt the end of the day, we should be able to do "richer" completion and theme checks when it comes to that tag once we parse it better.
The text was updated successfully, but these errors were encountered: