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-rebase #1402

Merged
merged 11 commits into from
Dec 30, 2021
Prev Previous commit
use rebase_command scopes from tree-sitter-git-commit
the-mikedavis committed Dec 30, 2021

Verified

This commit was signed with the committer’s verified signature.
the-mikedavis Michael Davis
commit 051c9617f7f8a8c77ffde6a0c9a3234da210f897
2 changes: 1 addition & 1 deletion runtime/queries/git-commit/injections.scm
Original file line number Diff line number Diff line change
@@ -3,6 +3,6 @@
(#set! injection.include-children)
(#set! injection.language "diff"))

((rebasecommand) @injection.content
((rebase_command) @injection.content
(#set! injection.include-children)
(#set! injection.language "git-rebase"))