mirror of
https://github.com/neovim/neovim.git
synced 2026-02-20 10:28:33 +00:00
docs: fix more treesitter parsing errors
This commit is contained in:
@@ -218,7 +218,7 @@ end
|
||||
---@param row integer Position row
|
||||
---@param col integer Position column
|
||||
---
|
||||
---@return table[] List of captures `{ capture = "capture name", metadata = { ... } }`
|
||||
---@return table[] List of captures `{ capture = "name", metadata = { ... } }`
|
||||
function M.get_captures_at_pos(bufnr, row, col)
|
||||
if bufnr == 0 then
|
||||
bufnr = a.nvim_get_current_buf()
|
||||
|
||||
Reference in New Issue
Block a user