-
-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Svelte #16
Comments
I had to remove the implementation of svelte support for now because it was causing some unpredictable bugs i couldn't solve which was affecting people who weren't even using Svelte. I'd love to tackle this issue again sometime soon but I don't have a whole lot of time recently. The prettier API for plugins such as this is so terrible and the way this plugin works is by overriding the html/JavaScript/... parsers provided by prettier. I'm happy for anyone to submit PR's.. unfortunately I don't have so much time to fix all the issues myself these days and I truly apologise. I hope I can be more active in the future! |
maybe https://github.com/sveltejs/prettier-plugin-svelte can be an inspiration? |
@acidic9 any chance you can take another stab at adding Svelte support? 🙏🏻 |
I don't know but this Code extension might help also: https://github.com/heybourn/headwind If I want to implement this myself, would you please give me some pointers on what should I begin with? Also, any other info to get me up to speed, maybe a short list of tasks that I should follow. Thanks! |
Do you have plans to Support Svelte language?
The text was updated successfully, but these errors were encountered: