mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
chore: deprecate ts_utils.get_node_text
This commit is contained in:
parent
21ac88b955
commit
c3848e713a
4 changed files with 14 additions and 36 deletions
|
|
@ -341,11 +341,6 @@ get_node_at_cursor(winnr)~
|
|||
`winnr` will be 0 if nil.
|
||||
Returns the node under the cursor.
|
||||
|
||||
*ts_utils.get_node_text*
|
||||
get_node_text(node, bufnr)~
|
||||
|
||||
Returns the text content of a `node`.
|
||||
|
||||
*ts_utils.is_parent*
|
||||
is_parent(dest, source)~
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue