mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-23 01:46:18 +04:00
8fda87af2b
* 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
15 lines
353 B
Scheme
15 lines
353 B
Scheme
(subject) @markup.heading
|
|
(path) @string.special.path
|
|
(branch) @string.special.symbol
|
|
(commit) @constant
|
|
(item) @markup.link.url
|
|
(header) @tag
|
|
|
|
(change kind: "new file" @diff.plus)
|
|
(change kind: "deleted" @diff.minus)
|
|
(change kind: "modified" @diff.delta)
|
|
(change kind: "renamed" @diff.delta.moved)
|
|
|
|
[":" "->"] @punctuation.delimeter
|
|
(comment) @comment
|