trivago / melody

Melody is a library for building JavaScript web applications.
https://melody.js.org
Apache License 2.0
215 stars 39 forks source link

Twig tags: Preserve information on whitespace control #147

Closed twbartel closed 4 years ago

twbartel commented 4 years ago

This PR adds preservation of the - character when used with Twig tags:

{%- autoescape 'html' -%}
...
{%- endautoescape %}

This is done