mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -07:00
3dfb9e6f60
**Problem:** Currently, it is difficult to get node(s)-level metadata
for a capture returned by `get_captures_at_pos()`. This is because it is
stored in `metadata[id]` and we do not have access to the value of `id`,
so to get this value we have to iterate over the keys of `metadata`. See
[this commit](
|
||
---|---|---|
.. | ||
fold_spec.lua | ||
highlight_spec.lua | ||
inspect_tree_spec.lua | ||
language_spec.lua | ||
node_spec.lua | ||
parser_spec.lua | ||
query_spec.lua | ||
testutil.lua | ||
utils_spec.lua |