zackad / prettier-plugin-twig

Code formatting plugin for Prettier to handle Twig templates
Apache License 2.0
29 stars 2 forks source link

Feature request: add support for arrow functions in filters #19

Open rellafella opened 2 months ago

rellafella commented 2 months ago

Twig has some included filters that can take an arrow function https://twig.symfony.com/doc/3.x/filters/map.html

Not sure if it would be best to build this out as a plugin or built into the core but the arrow completely breaks the parser.

zackad commented 2 months ago

This is also pain point I face when using this plugin. It force me to create custom twig filter to circumvent this limitation. Definitely will be added.

fvwanja commented 1 month ago

This would be soooo super awesome to have!

It also does not work with your prettier-ignore-start syntax:

Screenshot 2024-05-22 at 11 32 46