mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-06 20:37:44 +03:00
add tree-sitter-git-rebase (#1402)
* 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
This commit is contained in:
parent
a066f59dc8
commit
8fda87af2b
8 changed files with 33 additions and 6 deletions
|
@ -4,7 +4,6 @@
|
|||
(commit) @constant
|
||||
(item) @markup.link.url
|
||||
(header) @tag
|
||||
(rebase_command) @markup.raw
|
||||
|
||||
(change kind: "new file" @diff.plus)
|
||||
(change kind: "deleted" @diff.minus)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue