diff options
author | Michael Davis | 2021-12-25 00:35:29 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-12-25 15:12:49 +0000 |
commit | 6af0d51dc5510be43dd6688ee1053ce01b601d83 (patch) | |
tree | 36ab199adff7bd96ca31ffdcc69fcaf167efaaa4 | |
parent | c3fb86cbaa5c6973fe014a4401c4e0d6f663384d (diff) |
highlight rebase-commands as markup.raw
-rw-r--r-- | runtime/queries/git-commit/highlights.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/queries/git-commit/highlights.scm b/runtime/queries/git-commit/highlights.scm index 04d70416..a74bb381 100644 --- a/runtime/queries/git-commit/highlights.scm +++ b/runtime/queries/git-commit/highlights.scm @@ -4,6 +4,7 @@ (commit) @constant (item) @markup.link.url (header) @tag +(rebase_command) @markup.raw (change kind: "new file" @diff.plus) (change kind: "deleted" @diff.minus) |