You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I know, pre-treesitter and treesitter modes don't interact well with each other, so I don't think deriving from web-mode will ever work. Also if we derived from anything it'd probably be go-mode, because the LSP is effectively a proxy for go's LSP.
This is a problem with emacs in general when mixing multiple languages, in this new world we really need the LSP to be feature-complete to make useful progress :(
Since templ is mostly html, web-mode in Emacs is very good at editing html, features like auto closing tag, property and class name auto-completion.
I think it would be great for templ-ts-mode to derive from web-mode to inherit those advantages.
I tried, however it didn't work.
The text was updated successfully, but these errors were encountered: