neovim/runtime/lua/vim/treesitter/_meta
Riley Bruins 267c7525f7 feat(treesitter): introduce child_with_descendant()
This commit also marks `child_containing_descendant()` as deprecated
(per upstream's documentation), and uses `child_with_descendant()` in
its place. Minimum required tree-sitter version will now be `0.24`.
2024-10-11 17:29:45 +02:00
..
misc.lua
tsnode.lua feat(treesitter): introduce child_with_descendant() 2024-10-11 17:29:45 +02:00
tstree.lua