sveltejs / prettier-plugin-svelte

Format your svelte components using prettier.
MIT License
735 stars 95 forks source link

(fix) refine attributeRegex #345

Closed Rolaka closed 1 year ago

Rolaka commented 1 year ago

Fix attributeRegex that correctly match attributes that are not enclosed in quotes. fix #344

dummdidumm commented 1 year ago

Thank you! Could you add a test that fails without this and succeeds with the fix?