mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-06 04:17:43 +03:00
Update tree-sitter-git-rebase (#6030)
This commit is contained in:
parent
c5c1b5af34
commit
71220da139
2 changed files with 38 additions and 12 deletions
|
@ -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")
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue