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

Support for single-quote strings inside double-quote strings #82

Open therealgilles opened 3 years ago

therealgilles commented 3 years ago

I am using the following data attribute:

data-replace="{ 'bg-transparent' : 'bg-black' }"

and getting this error:

> 142 |         data-replace="{ 'bg-transparent' : 'bg-black' }"></div>
      |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expected stringEnd but found text instead.

It would be nice if this was supported.

PS: The syntax is inspired by this post to create simple transitions on page load.