Closed StitiFatah closed 2 years ago
Can confirm that it is not working for html files
Was able to get this working with :TSUpdate html
which manually installed an HTML parser. Not sure if there's an automated way to do that yet, but it solved the issue for now.
Was able to get this working with
:TSUpdate html
which manually installed an HTML parser. Not sure if there's an automate way to do that yet, but it solved the issue for now.
Can confirm it works. I rarely use bare html files and thus didn't think about installing an html parser when installing treesiter.
You need html parser even if you are using it as embedded language (injected) in Vue, etc.
You need html parser even if you are using it as embedded language (injected) in Vue, etc.
I'm mostly using JSX, which obviously doesn't need an html parser, that's why.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Version : NVIM v0.6.0
OS : Archlinux
My installed plugins :
I'm using the default config and It works well with .js .jsx and .tsx files but not with .html ones even when explicitly adding 'html' to filetypes. Any ideas ? Thanks in advance.