Closed chasegiunta closed 4 years ago
Hey Chase, thanks, will take a look.
There is a fix in v0.3.1
. Can you have a look?
@twbartel That works, thanks!
Worth noting for future references that for those of us using VS Code, after updating prettier-plugin-twig-melody, VS Code needs a full restart to start using the updated version.
Yeah, I noticed that, too. It's a bit annoying.
Here's an example to make sense of:
will format to
The apostrophe in
Women's
is breaking our formatting here. Is it possible to detect'
or"
characters inside our quotes and ignore the quote conversion, similar to how the detection is done in #21 with#{
and double quotes?