mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-26 03:13:29 +04:00
add basic highlights query
This commit is contained in:
parent
df64252878
commit
a9a99f7da4
9
runtime/queries/rebase/highlights.scm
Normal file
9
runtime/queries/rebase/highlights.scm
Normal file
@ -0,0 +1,9 @@
|
||||
(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
|
Loading…
Reference in New Issue
Block a user