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 ea93cbf commit 6e572a9Copy full SHA for 6e572a9
src/scanner.c
@@ -151,7 +151,7 @@ bool tree_sitter_rescript_external_scanner_scan(
151
const bool* valid_symbols
152
) {
153
ScannerState* state = (ScannerState*)payload;
154
- bool const in_string = state->in_quotes || state->in_backticks;
+ bool in_string = state->in_quotes || state->in_backticks;
155
156
while (is_inline_whitespace(lexer->lookahead) && !in_string) {
157
skip(lexer);
0 commit comments