mirror of
https://github.com/neovim/neovim.git
synced 2025-12-09 16:12:48 +00:00
docs(treesitter): fix parse errors
This commit is contained in:
@@ -653,7 +653,7 @@ end
|
||||
---@param range Range `{ start_line, start_col, end_line, end_col }`
|
||||
---@param opts table|nil Optional keyword arguments:
|
||||
--- - ignore_injections boolean Ignore injected languages (default true)
|
||||
---@return TSNode|nil Found node
|
||||
---@return TSNode | nil Found node
|
||||
function LanguageTree:named_node_for_range(range, opts)
|
||||
local tree = self:tree_for_range(range, opts)
|
||||
if tree then
|
||||
|
||||
Reference in New Issue
Block a user