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

check fail with error: Unknown token $ #74

Open ThemePoint opened 3 years ago

ThemePoint commented 3 years ago

The prettier check fails on files where a $ is included into a twig statement. As example {{ $tc('translation.key') }} (.html.twig file which is used into Shopware-6) could not be processed. Is there a way to allow the $ token?