diff options
Diffstat (limited to 'runtime/doc/treesitter.txt')
-rw-r--r-- | runtime/doc/treesitter.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/treesitter.txt b/runtime/doc/treesitter.txt index fd23f0c84a..8a3770bf27 100644 --- a/runtime/doc/treesitter.txt +++ b/runtime/doc/treesitter.txt @@ -732,7 +732,7 @@ get_node({opts}) *vim.treesitter.get_node()* < Parameters: ~ - • {opts} (`table?`) Optional keyword arguments: + • {opts} (`vim.treesitter.GetNodeOpts?`) Optional keyword arguments: • bufnr integer|nil Buffer number (nil or 0 for current buffer) • pos table|nil 0-indexed (row, col) tuple. Defaults to cursor |