Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: allow whitespace after closing code block fence #163

Conversation

ribru17
Copy link
Contributor

@ribru17 ribru17 commented Sep 28, 2024

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
Copy link
Collaborator

MDeiml commented Oct 19, 2024

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.

@MDeiml MDeiml merged commit be81c59 into tree-sitter-grammars:split_parser Oct 19, 2024
5 checks passed
SomeoneToIgnore added a commit to zed-industries/zed that referenced this pull request Oct 22, 2024
After
tree-sitter-grammars/tree-sitter-markdown#163 ,
no need to use zed-industries fork for tree-sitter-markdown

Release Notes:

- N/A
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Code block not recognized as one if there is trailing space on the closing fence
2 participants