Shopify / prettier-plugin-liquid

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

Add support for compound Liquid + Html element names #135

Closed charlespwd closed 1 year ago

charlespwd commented 1 year ago

e.g. <h{{ header_number }}> or <{{ type }}-header>

And, at the same time, fixes the error in compound attribute names where the previous node was a string and not a node.

Fixes #128 Fixes #134