Replace ts_parser -> parser
This commit is contained in:
parent
607366a422
commit
e7ed92f1df
4 changed files with 121 additions and 120 deletions
|
|
@ -7,7 +7,7 @@
|
|||
#include <stdbool.h>
|
||||
|
||||
struct TSDocument {
|
||||
TSParser parser;
|
||||
Parser parser;
|
||||
TSInput input;
|
||||
TSTree *tree;
|
||||
size_t parse_count;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue