wearedestination / prettier-plugin-twig

Prettier Twig/HTML plugin
MIT License
6 stars 1 forks source link

Add support for prettier-ignore Twig comment #2

Closed andyexeter closed 6 months ago

andyexeter commented 6 months ago

We need to figure out a way of allowing prettier-ignore directives as a twig comment e.g.

{# prettier-ignore #}
<some ignored code>

Currently we can only do HTML comments:

<!-- prettier-ignore -->

And Liquid style comments, which don't work in Twig:

{% # prettier-ignore %}