diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2023-04-04 23:10:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-04 23:10:17 +0200 |
commit | 872a534f6ef1b2948d834a1feaa158304071f46d (patch) | |
tree | 8e4af9e63ef48230bf3777a5eb8d66f988c79a30 | |
parent | b479e3a95d9ce6557c3fc349e08701ea5b702777 (diff) | |
download | rneovim-872a534f6ef1b2948d834a1feaa158304071f46d.tar.gz rneovim-872a534f6ef1b2948d834a1feaa158304071f46d.tar.bz2 rneovim-872a534f6ef1b2948d834a1feaa158304071f46d.zip |
docs: regenerate
-rw-r--r-- | runtime/doc/treesitter.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/runtime/doc/treesitter.txt b/runtime/doc/treesitter.txt index 0298f5a9b1..dc1afe89f8 100644 --- a/runtime/doc/treesitter.txt +++ b/runtime/doc/treesitter.txt @@ -1164,4 +1164,12 @@ LanguageTree:trees({self}) *LanguageTree:trees()* Parameters: ~ • {self} + +============================================================================== +Lua module: vim.treesitter.playground *lua-treesitter-playground* + +inspect_tree({opts}) *vim.treesitter.playground.inspect_tree()* + Parameters: ~ + • {opts} InspectTreeOpts + vim:tw=78:ts=8:sw=4:sts=4:et:ft=help:norl: |