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

Strings with `\\` being altered to `\` #11

Closed chasegiunta closed 4 years ago

chasegiunta commented 4 years ago
{{ someMethod('foo\\bar\\baz') }}

will format to

{{ someMethod('foo\bar\\baz') }}
twbartel commented 4 years ago

On it...

twbartel commented 4 years ago

Hi @chasegiunta, I just published version 0.2.0 which should fix this issue. Can you have a look?

chasegiunta commented 4 years ago

Looks good, thank you!