wearedestination / prettier-plugin-twig

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

Add support for prettier-ignore Twig comments #3

Closed andyexeter closed 4 months ago

andyexeter commented 4 months ago

Resolves #2

Allows e.g.:

{# prettier-ignore #}

and:

{# prettier-ignore-attribute #}

The PR also removes a bunch of failing tests for Liquid specific code which has no Twig equivalent (capture, liquid tags etc)