mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
Add virtual range for creating node-like objects from multiple nodes
This commit is contained in:
parent
c3b526fe51
commit
aa4c3e83e3
3 changed files with 151 additions and 0 deletions
|
|
@ -66,3 +66,4 @@ end)
|
|||
|
||||
-- Just avoid some anoying warnings for this predicate
|
||||
query.add_predicate('set!', function() return true end)
|
||||
query.add_predicate('make-range!', function() return true end)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue