neovim/runtime/lua/vim/treesitter
Stephan Seitz ddaef0618d
fix(treesitter): don't error when node argument of predicate is nil (#19355)
When the node mentioned in a predicate is not required for the query
then predicates putting restrictions on that node shouldn't run.

Fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/2600
2022-07-14 12:18:03 +02:00
..
health.lua refactor(lua): reformat with stylua 0.14.0 (#19264) 2022-07-07 18:27:18 +02:00
highlighter.lua refactor(lua): replace vim.cmd use with API calls (#19283) 2022-07-09 18:40:32 +02:00
language.lua chore: format runtime with stylua 2022-05-09 16:31:55 +02:00
languagetree.lua refactor(lua): reformat with stylua 0.14.0 (#19264) 2022-07-07 18:27:18 +02:00
query.lua fix(treesitter): don't error when node argument of predicate is nil (#19355) 2022-07-14 12:18:03 +02:00