aboutsummaryrefslogtreecommitdiffstats
path: root/plugin
diff options
context:
space:
mode:
authorGregory Anders <8965202+gpanders@users.noreply.github.com>2024-02-16 01:55:07 -0600
committerChristian Clason <c.clason@uni-graz.at>2025-05-12 18:43:40 +0200
commitbe5f9b0eaa522d99323b4bd8153dac1ee887f2f2 (patch)
tree8dde6b0d05c6775653e3872eab8ba31c7b928c90 /plugin
parentfix: better output for update-lockfile (diff)
downloadnvim-treesitter-be5f9b0eaa522d99323b4bd8153dac1ee887f2f2.tar
nvim-treesitter-be5f9b0eaa522d99323b4bd8153dac1ee887f2f2.tar.gz
nvim-treesitter-be5f9b0eaa522d99323b4bd8153dac1ee887f2f2.tar.bz2
nvim-treesitter-be5f9b0eaa522d99323b4bd8153dac1ee887f2f2.tar.lz
nvim-treesitter-be5f9b0eaa522d99323b4bd8153dac1ee887f2f2.tar.xz
nvim-treesitter-be5f9b0eaa522d99323b4bd8153dac1ee887f2f2.tar.zst
nvim-treesitter-be5f9b0eaa522d99323b4bd8153dac1ee887f2f2.zip
fix: update add_predicate and add_directive calls for upstream (#6106)
Update custom predicates and directives to handle multiple nodes per capture ID per changes upstream.
Diffstat (limited to 'plugin')
-rw-r--r--plugin/query_predicates.lua49
1 files changed, 35 insertions, 14 deletions
diff --git a/plugin/query_predicates.lua b/plugin/query_predicates.lua
index 7cd8fb618..06bf957f8 100644
--- a/plugin/query_predicates.lua
+++ b/plugin/query_predicates.lua