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

add tree-sitter-git-diff #1373

Merged
merged 7 commits into from
Dec 29, 2021

Commits on Dec 29, 2021

  1. Configuration menu
    Copy the full SHA
    5dc8162 View commit details
    Browse the repository at this point in the history
  2. add git-diff highlights

    the-mikedavis committed Dec 29, 2021
    Configuration menu
    Copy the full SHA
    1571fde View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    73c514f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf51082 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1c2b05e View commit details
    Browse the repository at this point in the history
  6. include-children in diff injections

    This ensures that children nodes of $.message are included in the
    injection, such as $.user or issue/pr numbers. Without this change,
    diffs containing '#' or '@' characters can trip up the injection and
    be parsed separately.
    
    See helix-editor#1373 (comment)
    the-mikedavis committed Dec 29, 2021
    Configuration menu
    Copy the full SHA
    7cd606b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    956397c View commit details
    Browse the repository at this point in the history