diff --git a/runtime/queries/rebase/highlights.scm b/runtime/queries/rebase/highlights.scm new file mode 100644 index 000000000..56ec4e38f --- /dev/null +++ b/runtime/queries/rebase/highlights.scm @@ -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