Changed some stuff
This commit is contained in:
parent
d81c14b930
commit
66a0625382
4 changed files with 312 additions and 137 deletions
|
|
@ -710,7 +710,6 @@ recur:
|
|||
|
||||
return ts_node__null();
|
||||
}
|
||||
|
||||
static inline TSFieldId ts_node__field_id_from_language(TSNode self, uint32_t structural_child_index)
|
||||
{
|
||||
const TSFieldMapEntry *field_map, *field_map_end;
|
||||
|
|
|
|||
|
|
@ -249,7 +249,6 @@ static inline bool scan_bare_dollar(TSLexer *lexer)
|
|||
{
|
||||
while (iswspace(lexer->lookahead) && lexer->lookahead != '\n' && !lexer->eof(lexer))
|
||||
skip(lexer);
|
||||
|
||||
|
||||
if (lexer->lookahead == '$')
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue