We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d223a81 commit 5aa2f4dCopy full SHA for 5aa2f4d
lib/src/parser.c
@@ -452,6 +452,10 @@ static Subtree ts_parser__lex(
452
(error_mode || !ts_stack_has_advanced_since_error(self->stack, version)) &&
453
!external_scanner_state_changed
454
) {
455
+ LOG(
456
+ "ignore_empty_external_token symbol:%s",
457
+ SYM_NAME(self->language->external_scanner.symbol_map[self->lexer.data.result_symbol])
458
+ )
459
found_token = false;
460
}
461
0 commit comments