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

Invalid Token error if words together #105

Open nashyvan opened 1 year ago

nashyvan commented 1 year ago
image
karlschwaier commented 1 year ago

if-statements inside html tags don't work with this prettier plugin. You can fix it by changing them to ternary statements.

<div class="form-group{{ option.required ? ' required' : null }}">