ts_node_size_point
This commit is contained in:
parent
eb2a18cf16
commit
cf72f2f0ae
2 changed files with 2 additions and 2 deletions
|
|
@ -52,7 +52,7 @@ typedef struct TSDocument TSDocument;
|
|||
|
||||
TSLength ts_node_pos(TSNode);
|
||||
TSLength ts_node_size(TSNode);
|
||||
TSPoint ts_node_end_point(TSNode);
|
||||
TSPoint ts_node_size_point(TSNode);
|
||||
TSSymbol ts_node_symbol(TSNode);
|
||||
const char *ts_node_name(TSNode, const TSDocument *);
|
||||
const char *ts_node_string(TSNode, const TSDocument *);
|
||||
|
|
|
|||
|
|
@ -168,7 +168,7 @@ TSLength ts_node_size(TSNode self) {
|
|||
return ts_node__tree(self)->size;
|
||||
}
|
||||
|
||||
TSPoint ts_node_point(TSNode self) {
|
||||
TSPoint ts_node_size_point(TSNode self) {
|
||||
return ts_node__tree(self)->size_point;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue