-
-
Notifications
You must be signed in to change notification settings - Fork 51
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
[Feature] Add support for Svelte #628
Comments
This indeed gives error in the current version. There is a tree-sitter svelt parser. I can implement this logic soon and make it a bit more dynamic so that I can also implement support for Vue files. |
@HendrikPetertje I have implemented everything locally on a new branch including tests. Basically the root-level |
This has been added v4.4.0. |
THIS IS SO COOL, THANKS! |
@HendrikPetertje Hope you enjoy. By the way, I've already did release v4.5.0 which also supports HTML and VueJS as well. |
Heya,
When running doge#generate on a
.js
,.ts
or even.tsx
file I see no problems at all, but when I try to execute doge on a.svelte
file then I'm met with this error:I can't really switch filetype on my svelte files to
HTML
(which it essentially looks like) as LSP and completion are all helping me out with svelte-specific help.Can I do something to make doge play nicely or is a change required in this plugin to make jsdoc generation work on svelte files?
The text was updated successfully, but these errors were encountered: