mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 17:36:19 +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
12 lines
371 B
Scheme
12 lines
371 B
Scheme
(operation operator: ["p" "pick" "r" "reword" "e" "edit" "s" "squash" "m" "merge" "d" "drop" "b" "break" "x" "exec"] @keyword)
|
|
(operation operator: ["l" "label" "t" "reset"] @function)
|
|
(operation operator: ["f" "fixup"] @function.special)
|
|
|
|
(option) @operator
|
|
(label) @string.special.symbol
|
|
(commit) @constant
|
|
"#" @punctuation.delimiter
|
|
(comment) @comment
|
|
|
|
(ERROR) @error
|