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
Error in decoration provider treesitter/highlighter.line:
Error executing lua: ...d-0.10.0/share/nvim/runtime/lua/vim/treesitter/query.lua:763: No handler for is-not?
stack traceback:
[C]: in function 'error'
...d-0.10.0/share/nvim/runtime/lua/vim/treesitter/query.lua:763: in function 'fn'
...pped-0.10.0/share/nvim/runtime/lua/vim/func/_memoize.lua:58: in function 'match_preds'
...d-0.10.0/share/nvim/runtime/lua/vim/treesitter/query.lua:883: in function 'iter'
....0/share/nvim/runtime/lua/vim/treesitter/highlighter.lua:310: in function 'fn'
....0/share/nvim/runtime/lua/vim/treesitter/highlighter.lua:210: in function 'for_each_highlight_state'
....0/share/nvim/runtime/lua/vim/treesitter/highlighter.lua:291: in function 'on_line_impl'
....0/share/nvim/runtime/lua/vim/treesitter/highlighter.lua:367: in function <....0/share/nvim/runtime/lua/vim/treesitter/highlighter.lua:361>
This started to happen after NixOS/nixpkgs#321550 (comment), when nixpkgs started to properly package queries from grammars as well. So what is this is-not predicate? I cannot find it in :help treesitter in NVIM v0.10.1
First reported in nvim-treesitter/nvim-treesitter#6870
This started to happen after NixOS/nixpkgs#321550 (comment), when nixpkgs started to properly package queries from grammars as well. So what is this
is-not
predicate? I cannot find it in:help treesitter
in NVIM v0.10.1The same issue in nixpkgs NixOS/nixpkgs#332580; Probably related #75
The text was updated successfully, but these errors were encountered: