mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 12:50:09 -04:00
fix(compat): nightly deprecation
This commit is contained in:
parent
da5825bf70
commit
a6f8fda313
1 changed files with 1 additions and 1 deletions
|
|
@ -248,7 +248,7 @@ function M.iter_prepared_matches(query, qnode, bufnr, start_row, end_row)
|
||||||
return t
|
return t
|
||||||
end
|
end
|
||||||
|
|
||||||
local matches = query:iter_matches(qnode, bufnr, start_row, end_row, { all = false })
|
local matches = query:iter_matches(qnode, bufnr, start_row, end_row, { all = true })
|
||||||
|
|
||||||
local function iterator()
|
local function iterator()
|
||||||
local pattern, match, metadata = matches()
|
local pattern, match, metadata = matches()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue