trivago / prettier-plugin-twig-melody

Code formatting plugin for Prettier which can handle Twig/Melody templates
Apache License 2.0
155 stars 35 forks source link

"ignore missing" in include tag gets removed. #78

Open f-elix opened 3 years ago

f-elix commented 3 years ago

I want to include a template using ignore missing like so:

{% include 'template-name' ignore missing %}

but the plugin removes it when I format the code.

I haven't seen any options for this, and no past issue seems to mention it. Am I missing something or is this really a bug?

I am currently working around this problem by telling Prettier to ignore the line, but it would be nice to have this allowed by the plugin.

Thanks for your great work, I love this plugin!

renestalder commented 2 years ago

It seems, in fact, to be removed, yes. Just hit the same wall.