-
Notifications
You must be signed in to change notification settings - Fork 70
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
invalid node type for language bash #335
Comments
I can't seem to reproduce this, bash tree-sitter works fine for me using latest plugin and parser |
This comment was marked as outdated.
This comment was marked as outdated.
@andymass Today I started getting a similar issue with typescript: |
I got the same issue for javascript/typescript since today. I could pinpoint the issue to this treesitter commit: nvim-treesitter/nvim-treesitter@6da2051 The commit before works fine, while 6da2051 introduces the error |
Hi @chrisgrieser, there is a patch here (#338). You can apply it locally before the PR is merged. |
Explain the issue
This seems very similar to #334.
EDIT: Setting
disable = { "bash" }
makes the error go away.EDIT2: Nvm, looks like disabling
bash
only reduced the frequency. RunningTSUninstall bash
actually makes the problem go away but also disables TreeSitter forbash
.EDIT3: That also didn't help. Reverted to the last known good commit:
6c8909b682803d8c3a054259079f158a73a0e30f
The text was updated successfully, but these errors were encountered: