aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authorBjörn Linse <bjorn.linse@gmail.com>2020-11-04 13:46:19 +0100
committerGitHub <noreply@github.com>2020-11-04 13:46:19 +0100
commit9d355b8b0d7b9e548096874c696444a20bbb91f2 (patch)
tree1b2738204184109bebc0244bcc943c157dd37d82 /runtime/doc
parentaaaad0f5934460dfaf7ef7a29dcf38060c641b43 (diff)
parentc7d460c197defd2b56b01084b095f6352711b52a (diff)
downloadrneovim-9d355b8b0d7b9e548096874c696444a20bbb91f2.tar.gz
rneovim-9d355b8b0d7b9e548096874c696444a20bbb91f2.tar.bz2
rneovim-9d355b8b0d7b9e548096874c696444a20bbb91f2.zip
Merge pull request #13219 from vigoux/ts-extract-tree
treesitter: separate tree and parser
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/treesitter.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/doc/treesitter.txt b/runtime/doc/treesitter.txt
index aaf13d1640..072f2cd074 100644
--- a/runtime/doc/treesitter.txt
+++ b/runtime/doc/treesitter.txt
@@ -74,6 +74,9 @@ Tree methods *lua-treesitter-tree*
tstree:root() *tstree:root()*
Return the root node of this tree.
+tstree:copy() *tstree:copy()*
+ Returns a copy of the `tstree`.
+
Node methods *lua-treesitter-node*