Skip to content

Commit 6e572a9

Browse files
aspeddronkrkv
andauthored
Update src/scanner.c
Co-authored-by: Victor Nakoryakov <victor@amperka.ru>
1 parent ea93cbf commit 6e572a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scanner.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ bool tree_sitter_rescript_external_scanner_scan(
151151
const bool* valid_symbols
152152
) {
153153
ScannerState* state = (ScannerState*)payload;
154-
bool const in_string = state->in_quotes || state->in_backticks;
154+
bool in_string = state->in_quotes || state->in_backticks;
155155

156156
while (is_inline_whitespace(lexer->lookahead) && !in_string) {
157157
skip(lexer);

0 commit comments

Comments
 (0)