mblode/vscode-twig-language-2

Formatting with attributes like data-glide-dir="<" deletes everything

giorgiopogliani opened this issue · 1 comments

Hi,

formatting a twig file with the markup that glidejs uses for its api just deletes everything from data-glide-dir="<"

Deleting the attribute the formatting works normally.

I have the same problem.
You can fix it like this: data-glide-dir="<" and data-glide-dir=">"
But the formatting should not break with the default syntax.