docs: regenerate

This commit is contained in:
marvim
2021-06-02 00:43:13 +00:00
parent 056c464e8a
commit 2ebc28018e
4 changed files with 24 additions and 9 deletions

View File

@@ -469,9 +469,11 @@ Query:iter_matches({self}, {node}, {source}, {start}, {stop})
for id, node in pairs(match) do
local name = query.captures[id]
-- `node` was captured by the `name` capture in the match
local node_data = metadata[id] -- Node level metadata
<
>
local node_data = metadata[id] -- Node level metadata
<
>
... use the info here ...
end
end