1
0
mirror of https://github.com/helix-editor/helix.git synced 2024-12-24 08:51:55 +04:00
helix-mirror/runtime/queries/git-rebase/injections.scm
2023-02-19 11:34:47 -06:00

6 lines
128 B
Scheme

(((command) @attribute
(message)? @injection.content)
(#match? @attribute "^(x|exec)$")
(#set! injection.language "bash")
)