mirror of
https://github.com/helix-editor/helix
synced 2026-08-14 17:34:18 +02:00
* add submodule on tree-sitter-rebase, add to languages
* add basic highlights query
* inject bash in execute statements
* update tree-sitter-rebase
* tree-sitter-rebase->tree-sitter-git-rebase
* get injection working with tree-sitter-git-commit
* set scope under source.gitrebase
* unset include-children on commit message injections
* Revert "unset include-children on commit message injections"
This reverts commit 2ecee155ea.
* fix generated language docs
* use rebase_command scopes from tree-sitter-git-commit
5 lines
107 B
Scheme
5 lines
107 B
Scheme
((operation
|
|
operator: ["x" "exec"]
|
|
(command) @injection.content)
|
|
(#set! injection.language "bash"))
|