Open
Description
Clear and concise description of the problem
When working within large Shopify themes, the sheer quantity of named json templates can become overwhelming. Adding a file nesting rule to condense them would be more than desirable.
Suggested solution
Within the configuration, add the following rule which has helped me:
{
"*.json": "$(capture).*.json, $(capture).*.liquid",
}
Alternative
No response
Additional context


Validations
- Follow our Code of Conduct
- Read the Contributing Guide.
- Check that there isn't already an issue that request the same feature to avoid creating a duplicate.