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.
2 parents 66fc95d + 6e572a9 commit 6376fa0Copy full SHA for 6376fa0
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
- 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