tree-sitter-grammars / tree-sitter-markdown

Markdown grammar for tree-sitter
MIT License
427 stars 56 forks source link

fix: allow whitespace after closing code block fence #163

Closed ribru17 closed 1 month ago

ribru17 commented 1 month ago

Closes #135, supersedes #155

NOTE: I ran ts g with version 0.23 and it gave me this huge parser.c diff, but 0.22.6 gives me no parser diff. Is this expected?

MDeiml commented 1 month ago

NOTE: I ran ts g with version 0.23 and it gave me this huge parser.c diff, but 0.22.6 gives me no parser diff. Is this expected?

There were some changes to the build system, which I am not quite familiar with myself yet. Probably the parser.c file should not be tracked anyways.