Skip to content

Commit ff9e352

Browse files
committed
Fix #116
1 parent b6b507c commit ff9e352

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tree-sitter-markdown/src/scanner.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1452,12 +1452,7 @@ static bool scan(Scanner *s, TSLexer *lexer, const bool *valid_symbols) {
14521452
}
14531453

14541454
if (!(s->state & STATE_WAS_SOFT_LINE_BREAK)) {
1455-
Block block = last_block(s);
14561455
lexer->result_symbol = BLOCK_CLOSE;
1457-
if (block == FENCED_CODE_BLOCK) {
1458-
mark_end(s, lexer);
1459-
s->indentation = 0;
1460-
}
14611456
pop_block(s);
14621457
if (s->matched == s->open_blocks.size) {
14631458
s->state &= (~STATE_MATCHING);

0 commit comments

Comments
 (0)