Closed fabio42 closed 8 months ago
not our issue, and not a nvim-ts issue (you need to actually update stuff.)
Thank you for your reply. Just in case this can help someone else, problem was indeed on my side, after upgrading cmake
to latest version everything is working as expected.
Thank you again and sorry for the noise.
Did you check existing issues?
Tree-Sitter CLI Version, if relevant (output of
tree-sitter --version
)0.21.0
Describe the bug
Using nvim-treesitter, while updating I've got the following compilation error for tree-sitter-ruby (all the other languages did upgrade/compiled successfully):
File
src/scanner.cc
indeed does not exist, butsrc/scanner.c
does. I'm not sure if this is an issue with this repos or with nvim-treesitter.Steps To Reproduce/Bad Parse Tree
Trigger update using
:TSUpdate
Expected Behavior/Parse Tree
TS ruby grammar compile
Repro
No response