Description:
I’m encountering an issue in the Shopify code editor where the partial Liquid tag is highlighted as an unknown tag, even though it is valid according to the Shopify Liquid documentation.
For example:
{% partial ‘liquid-tip’ %}
The editor immediately shows the following error:
FileSaveError: Liquid syntax error (line XX): Unknown tag ‘partial’
This appears to be happening at the editor/parser level rather than during syntax highlighting alone, as it also prevents the file from being saved.
I’m trying to understand:
- Is the
partialtag currently supported only in specific Shopify environments (for example, Shopify Theme Store themes, developer preview, or feature preview)? - Does it require enabling a feature or using a specific Liquid version?
- Has anyone else experienced the same issue, and if so, what was the resolution?
I’ve attached a screenshot showing the error.
Any clarification would be appreciated.
