-
Notifications
You must be signed in to change notification settings - Fork 462
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
Treesitter highlights broken due to query: invalid node type
#393
Comments
Perhaps it can be solved by reinstall python's parser. |
@hhcwyx If installing
:echo nvim_get_runtime_file('*/<lang>.so', v:true)
:echo nvim_get_runtime_file('queries/<lang>/*.scm', v:true)
|
query: invalid node type
Neovim version
NVIM0.8.2
Operating system/version
archlinux
Terminal name/version
alacritty
$TERM environment variable
No response
Branch info
main (Default/Latest)
Fetch Preferences
SSH (use_ssh = true)
How to reproduce the issue
编写python文件时,总是出现一些信息,比如:
print('hello world') treesitter/highlighter:Error executing lua:/usr/share/nvim/runtime/lua/vim/treesitter/query.lua:219 :querry: invalid node type at position 6469 for language python
Expected behavior
怎么把这些信息屏蔽掉呢?
Actual behavior
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: