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
fix: Compatibility issue with Neovim <v0.11. (#407)
The `vim.treesitter.language.get_lang` function was added in Neovim
v0.11[1], so we should not assume it to exist. The implementation is
pretty short/simple so we just copy it into our codebase.
[1]: https://neovim.io/doc/user/news-0.11.html
0 commit comments