g-plane / markup_fmt

Configurable HTML, Vue, Svelte, Astro, Angular, Jinja, Twig, Nunjucks and Vento formatter with dprint integration.
https://dprint.dev/plugins/markup_fmt/
MIT License
100 stars 9 forks source link

fix mixed quotes in native attr #37

Closed g-plane closed 3 months ago

g-plane commented 3 months ago

Close #36

cc @UnknownPlatypus

UnknownPlatypus commented 3 months ago

Great, that's much better like that, didn't noticed every other call site was passing the same args. And using peak is much better to avoid searching for the initial quote in parse_value.

Looking good, thanks!