Update tree-sitter-git-rebase (#6030)

This commit is contained in:
Skyler Hawthorne 2023-02-19 12:34:47 -05:00 committed by GitHub
parent c5c1b5af34
commit 71220da139
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 38 additions and 12 deletions

View file

@ -1,4 +1,5 @@
((operation
operator: ["x" "exec"]
(command) @injection.content)
(#set! injection.language "bash"))
(((command) @attribute
(message)? @injection.content)
(#match? @attribute "^(x|exec)$")
(#set! injection.language "bash")
)