You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently, @shopify/prettier-plugin-liquid does not support prettier-ignore-start / prettier-ignore-end for range-based ignores. Only node-level {% # prettier-ignore %} comments are supported.
This makes it cumbersome to preserve intentional formatting or whitespace across larger sections of Liquid templates.
Describe the solution you'd like
Support standard Prettier range ignore comments:
Is your feature request related to a problem? Please describe.
Currently,
@shopify/prettier-plugin-liquiddoes not supportprettier-ignore-start/prettier-ignore-endfor range-based ignores. Only node-level{% # prettier-ignore %}comments are supported.This makes it cumbersome to preserve intentional formatting or whitespace across larger sections of Liquid templates.
Describe the solution you'd like
Support standard Prettier range ignore comments:
or
Describe alternatives you've considered
{% # prettier-ignore %}before every node — works but is verbose and noisy..prettierignore— too coarse-grained.Checklist