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

Doesn't work with single quotes #49

Closed ismailcherri closed 8 months ago

ismailcherri commented 4 years ago

If the attributes are surrounded by single quotes, the parser throws the following error although this feature is supported by Prettier i.e. convert single quotes in double quotes.

Error: ERROR: Expected an Identifier
  163 | 
> 164 |         <div class='this test'></div>
      |                    ^
  165 |     </body>

Expected a valid attribute name, but instead found "'", which is not part of a valid attribute name.
Process finished with exit code -1