Open TomoyaHamasaki opened 5 months ago
I had thought setting the liquidSingleQuote
to true
would do this but it doesn't seem to work.
I've noticed in my testing that setting this option does correctly format the following:
{% form "test" %}{% endform %}
{{ "test" }}
So we probably need to look at modifying how liquidSingleQuote
works and make it aware of functions and Twig blocks.
Any lead where I can add single quotes for twig tags like
{{ stimulus_controller('controller-name') }}
and then make double quotes for html elements or anything not twig use? Like...<div class="class name">
So you would have
This would be amazing if we can get this in.