Shopify / prettier-plugin-liquid

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

Allow for liquid output in attribute names #127

Closed charlespwd closed 1 year ago

charlespwd commented 1 year ago

Examples:

{% # AttrDoubleQuoted with Liquid in attribute name %}
<a data-popup--{{ section.id }}="placeholder">

{% # AttrEmpty with Liquid in attribute name %}
<a data-popup--{{ section.id }}>

In this PR:

Fixes #101