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

Update tree-sitter-git-commit #6493

Merged
merged 1 commit into from
Mar 31, 2023
Merged

Update tree-sitter-git-commit #6493

merged 1 commit into from
Mar 31, 2023

Conversation

the-mikedavis
Copy link
Member

The last update introduced a bug with comments where a comment would be recognized as a message if there were multiple newlines between the last message or subject and the comment, causing a noticeable change in highlighting. This change fixes that behavior.

The last update introduced a bug with comments where a comment would
be recognized as a message if there were multiple newlines between
the last message or subject and the comment, causing a noticeable
change in highlighting. This change fixes that behavior.
@the-mikedavis the-mikedavis added C-bug Category: This is a bug E-easy Call for participation: Experience needed to fix: Easy / not much A-language-support Area: Support for programming/text languages labels Mar 30, 2023
@the-mikedavis the-mikedavis added this to the 23.03 milestone Mar 30, 2023
@the-mikedavis
Copy link
Member Author

(Added this to 23.03 since the bug is easy to trigger and easy to fix)

Copy link
Member

@pascalkuthe pascalkuthe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lets get this in before release 👍 it's one of the most commonly used languages after all :P

@archseer archseer merged commit 565445b into master Mar 31, 2023
@archseer archseer deleted the md-tree-sitter-git-commit branch March 31, 2023 01:32
Triton171 pushed a commit to Triton171/helix that referenced this pull request Jun 18, 2023
The last update introduced a bug with comments where a comment would
be recognized as a message if there were multiple newlines between
the last message or subject and the comment, causing a noticeable
change in highlighting. This change fixes that behavior.
wes-adams pushed a commit to wes-adams/helix that referenced this pull request Jul 4, 2023
The last update introduced a bug with comments where a comment would
be recognized as a message if there were multiple newlines between
the last message or subject and the comment, causing a noticeable
change in highlighting. This change fixes that behavior.
smortime pushed a commit to smortime/helix that referenced this pull request Jul 10, 2024
The last update introduced a bug with comments where a comment would
be recognized as a message if there were multiple newlines between
the last message or subject and the comment, causing a noticeable
change in highlighting. This change fixes that behavior.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-language-support Area: Support for programming/text languages C-bug Category: This is a bug E-easy Call for participation: Experience needed to fix: Easy / not much
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants