Skip to content

Commit 82fa8f0

Browse files
committed
fix: don't push verbatim interpolations to the stack early
1 parent 6c82984 commit 82fa8f0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/scanner.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,6 @@ bool tree_sitter_c_sharp_external_scanner_scan(void *payload, TSLexer *lexer, co
220220
}
221221
lexer->result_symbol = INTERPOLATION_VERBATIM_START;
222222
interpolation.string_type = VERBATIM;
223-
array_push(&scanner->interpolation_stack, interpolation);
224223
}
225224

226225
lexer->mark_end(lexer);

0 commit comments

Comments
 (0)