fix(treesitter): update c queries

This commit is contained in:
Christian Clason
2023-05-13 12:56:21 +02:00
parent c97de026e3
commit 9ff59517cb
4 changed files with 63 additions and 5 deletions

View File

@@ -483,7 +483,7 @@ end]]
return list
]]
eq({ 'any-of?', 'contains?', 'eq?', 'is-main?', 'lua-match?', 'match?', 'vim-match?' }, res_list)
eq({ 'any-of?', 'contains?', 'eq?', 'has-ancestor?', 'has-parent?', 'is-main?', 'lua-match?', 'match?', 'vim-match?' }, res_list)
end)