Rename type ts_symbol -> TSSymbol
This commit is contained in:
parent
7e0d46002c
commit
d7449bf5ea
8 changed files with 22 additions and 22 deletions
|
|
@ -4,7 +4,7 @@
|
|||
#include "tree_sitter/runtime.h"
|
||||
|
||||
struct TSTree {
|
||||
ts_symbol symbol;
|
||||
TSSymbol symbol;
|
||||
size_t ref_count;
|
||||
size_t offset;
|
||||
size_t size;
|
||||
|
|
@ -18,7 +18,7 @@ struct TSTree {
|
|||
struct {
|
||||
char lookahead_char;
|
||||
size_t expected_input_count;
|
||||
const ts_symbol *expected_inputs;
|
||||
const TSSymbol *expected_inputs;
|
||||
} error;
|
||||
} data;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue