Rename type ts_symbol -> TSSymbol
This commit is contained in:
parent
7e0d46002c
commit
d7449bf5ea
8 changed files with 22 additions and 22 deletions
|
|
@ -59,7 +59,7 @@ static inline void ts_lexer_start_token(ts_lexer *lexer) {
|
|||
lexer->token_start_position = ts_lexer_position(lexer);
|
||||
}
|
||||
|
||||
static inline TSTree * ts_lexer_build_node(ts_lexer *lexer, ts_symbol symbol) {
|
||||
static inline TSTree * ts_lexer_build_node(ts_lexer *lexer, TSSymbol symbol) {
|
||||
size_t current_position = ts_lexer_position(lexer);
|
||||
size_t size = current_position - lexer->token_start_position;
|
||||
size_t offset = lexer->token_start_position - lexer->token_end_position;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue