-
-
Notifications
You must be signed in to change notification settings - Fork 62
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
Bug: Neogen not functioning in vue files. #169
Comments
Similarly. I tried to enable jsdoc for Svelte (the same way as Vue), but nothing happened. |
After debugging the neogen lua with some
I think vue might have the same issue because of the HTML-like file format, as svelte. |
Any update on this? Neogen doesn't work in Vue for me either. |
Well, when I was updating my luasnip config, I noticed that my tree-sitter conditions also don't work for |
I'm currently trying to configure neogen to generate jsdoc comments for a vue project, I've tested that neogen works fine in js, ts, jsx, tsx so the plugin does work fine for those file types.
When attempting to run ':Neogen' nothing happens in vue files. If there's any way to debug this further please let me know as I'm now at a lost as to why the plugin isn't working.
The text was updated successfully, but these errors were encountered: