mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 03:18:16 +00:00
docs(treesitter): fix parse errors
This commit is contained in:
@@ -339,7 +339,7 @@ end
|
||||
--- - lang string|nil Parser language
|
||||
--- - ignore_injections boolean Ignore injected languages (default true)
|
||||
---
|
||||
---@return TSNode|nil under the cursor
|
||||
---@return TSNode | nil Node at the given position
|
||||
---@deprecated
|
||||
function M.get_node_at_pos(bufnr, row, col, opts)
|
||||
vim.deprecate('vim.treesitter.get_node_at_pos()', 'vim.treesitter.get_node()', '0.10')
|
||||
|
Reference in New Issue
Block a user