vscode-twig-language-2
vscode-twig-language-2 copied to clipboard
Formatting with attributes like data-glide-dir="<" deletes everything
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.