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
{{ message }}
This repository has been archived by the owner on Jan 17, 2024. It is now read-only.
since new release it doesn't seem like playground works at all .. tried reinstalling but I still get
Error executing lua callback: /usr/share/nvim/runtime/lua/vim/treesitter/language.lua:73: lang: expected string, got nil
stack traceback:
[C]: in function 'error'
vim/shared.lua: in function 'validate'
/usr/share/nvim/runtime/lua/vim/treesitter/language.lua:73: in function 'add'
/usr/share/nvim/runtime/lua/vim/treesitter/language.lua:135: in function 'inspect'
...ayground/lua/nvim-treesitter-playground/query_linter.lua:80: in function 'lint'
...ayground/lua/nvim-treesitter-playground/query_linter.lua:159: in function <...ayground/lua/nvim-treesitter-playground/query_linter.lua:158>```
It works fine with nvim-0.8.x but failed to work with nvim github latest(NVIM v0.9.0-dev-1248+g204a8b17c)
I can not reproduce with minium vimrc.
The issue seems to related to this line:
playground/lua/nvim-treesitter-playground/internal.lua
Line 650 in 4044b53
If I comment it out, it works fine again.
Any ideas?
The text was updated successfully, but these errors were encountered: