docs: fix lua type warnings (#28633)

This commit is contained in:
Maria José Solano
2024-05-04 15:08:17 -07:00
committed by GitHub
parent e948d7feba
commit efb44e0cad
6 changed files with 16 additions and 6 deletions

View File

@ -327,7 +327,7 @@ function M.get_captures_at_cursor(winnr)
end
--- Optional keyword arguments:
--- @class vim.treesitter.get_node.Opts
--- @class vim.treesitter.get_node.Opts : vim.treesitter.LanguageTree.tree_for_range.Opts
--- @inlinedoc
---
--- Buffer number (nil or 0 for current buffer)