Closed hejops closed 2 weeks ago
Thanks for reporting the issue.
return {
'nvim-treesitter/nvim-treesitter',
commit = 'c91122d2012682301df68307cfc049a57c3fd286',
...
}
Pinning the commit you specified to nvim-treesitter lazy config works as a workaround.
Yep, that's what I'm doing at the moment 😃
Duplicate of #3092
Describe the bug
The following bash code
raises the error:
This regression seems to have been introduced in eab2005cb5a839abb4af9961a76bbf819650a1a9.
To Reproduce
Expected behavior
With commit c91122d2012682301df68307cfc049a57c3fd286, the code is parsed and highlighted with no errors. With commit eab2005cb5a839abb4af9961a76bbf819650a1a9 and onwards, the above error is raised.
Output of
:checkhealth nvim-treesitter
Output of
nvim --version
NVIM v0.10.2 Build type: RelWithDebInfo LuaJIT 2.1.1713484068 Run "nvim -V1 -v" for more info
Additional context