mirror of
https://github.com/neovim/neovim.git
synced 2026-03-28 03:12:00 +00:00
docs(treesitter): fix typo
This commit is contained in:
committed by
Christian Clason
parent
5653b25e9b
commit
39fa5e8ba9
@@ -610,22 +610,22 @@ empty `queries/c/injections.scm` file in your 'runtimepath'.
|
||||
DEFAULTS *treesitter-defaults*
|
||||
|
||||
*v_an*
|
||||
v_an Selects [count]th parent node.
|
||||
an Selects [count]th parent node.
|
||||
|
||||
If buffer has no treesitter parser,
|
||||
falls back to |vim.lsp.buf.selection_range()|.
|
||||
|
||||
*v_in*
|
||||
v_in Selects [count]th previous (or first) child node.
|
||||
in Selects [count]th previous (or first) child node.
|
||||
|
||||
If buffer has no treesitter parser,
|
||||
falls back to |vim.lsp.buf.selection_range()|.
|
||||
|
||||
*v_]n*
|
||||
v_]n Selects [count]th next node.
|
||||
]n Selects [count]th next node.
|
||||
|
||||
*v_[n*
|
||||
v_[n Selects [count]th previous node.
|
||||
[n Selects [count]th previous node.
|
||||
|
||||
==============================================================================
|
||||
VIM.TREESITTER *lua-treesitter*
|
||||
|
||||
Reference in New Issue
Block a user