Remove the TS prefix from some internal type/function names
This commit is contained in:
parent
255bc2427c
commit
c9dcb29c6f
21 changed files with 313 additions and 313 deletions
|
|
@ -8,7 +8,7 @@
|
|||
struct TSDocument {
|
||||
Parser parser;
|
||||
TSInput input;
|
||||
TSTree *tree;
|
||||
Tree *tree;
|
||||
size_t parse_count;
|
||||
bool valid;
|
||||
bool owns_input;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue