Add ts_node_edit API
This commit is contained in:
parent
308016b776
commit
9e8bec458d
6 changed files with 132 additions and 2 deletions
|
|
@ -131,6 +131,7 @@ TSNode ts_node_descendant_for_byte_range(TSNode, uint32_t, uint32_t);
|
|||
TSNode ts_node_named_descendant_for_byte_range(TSNode, uint32_t, uint32_t);
|
||||
TSNode ts_node_descendant_for_point_range(TSNode, TSPoint, TSPoint);
|
||||
TSNode ts_node_named_descendant_for_point_range(TSNode, TSPoint, TSPoint);
|
||||
void ts_node_edit(TSNode *, const TSInputEdit *);
|
||||
|
||||
TSTreeCursor ts_tree_cursor_new(TSNode);
|
||||
void ts_tree_cursor_delete(TSTreeCursor *);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue