Shopify / prettier-plugin-liquid

Prettier Liquid/HTML plugin
https://npm.im/@shopify/prettier-plugin-liquid
MIT License
94 stars 15 forks source link

liquid format error #180

Closed RhinoLu closed 1 year ago

RhinoLu commented 1 year ago

Describe the bug The minus sign should stick with the big parentheses sign.

Unformatted source

{{-block.settings.period-title-}}

Expected output

{{- block.settings['period-title'] -}}

Actual output

{{- block.settings['period-title-'] }}

Debugging information

Additional context

Prettier_Liquid_Plugin_-_Playground
charlespwd commented 1 year ago

Duplicate of Shopify/theme-tools#189

Same issue causing different bug.