Rename ts_node_name -> ts_node_type
This commit is contained in:
parent
38241d466b
commit
a6a08dde31
4 changed files with 47 additions and 47 deletions
|
|
@ -65,7 +65,7 @@ TSPoint ts_node_end_point(TSNode);
|
|||
TSSymbol ts_node_symbol(TSNode);
|
||||
TSSymbolIterator ts_node_symbols(TSNode);
|
||||
void ts_symbol_iterator_next(TSSymbolIterator *);
|
||||
const char *ts_node_name(TSNode, const TSDocument *);
|
||||
const char *ts_node_type(TSNode, const TSDocument *);
|
||||
char *ts_node_string(TSNode, const TSDocument *);
|
||||
bool ts_node_eq(TSNode, TSNode);
|
||||
bool ts_node_is_named(TSNode);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue