diff options
author | Christian Clason <c.clason@uni-graz.at> | 2023-03-02 18:03:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-02 18:03:11 +0100 |
commit | f449121764c19cebda7b8b2c970b76bc8121bae7 (patch) | |
tree | c0f66adf0c9fc04b259d7c4831959a910f92ac90 /runtime/doc/treesitter.txt | |
parent | b0b4c310973c2b419350e3c05c772596b1c334e9 (diff) | |
download | rneovim-f449121764c19cebda7b8b2c970b76bc8121bae7.tar.gz rneovim-f449121764c19cebda7b8b2c970b76bc8121bae7.tar.bz2 rneovim-f449121764c19cebda7b8b2c970b76bc8121bae7.zip |
feat(treesitter): add :InspectTree command (#22477)
Diffstat (limited to 'runtime/doc/treesitter.txt')
-rw-r--r-- | runtime/doc/treesitter.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/treesitter.txt b/runtime/doc/treesitter.txt index b75e879424..5ac24de70a 100644 --- a/runtime/doc/treesitter.txt +++ b/runtime/doc/treesitter.txt @@ -603,6 +603,8 @@ inspect_tree({opts}) *vim.treesitter.inspect_tree()* to toggle the display of the source language of each node, and press <Enter> to jump to the node under the cursor in the source buffer. + Can also be shown with `:InspectTree`. *:InspectTree* + Parameters: ~ • {opts} (table|nil) Optional options table with the following possible keys: |