aboutsummaryrefslogtreecommitdiff
path: root/lisp/git-rebase.el
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2025-07-09 20:07:08 +0200
committerJonas Bernoulli <jonas@bernoul.li>2025-07-09 20:07:08 +0200
commitb36238e6d9fe033ee0dc08bd8a517658fbfb4fb3 (patch)
tree44433a0e968d0a19c02bc5524d79d7a5cda3e408 /lisp/git-rebase.el
parent1468092820eaa5e045075fd62c31d0adc4083d52 (diff)
git-rebase-mode-font-lock-keywords: Use description face more
Diffstat (limited to 'lisp/git-rebase.el')
-rw-r--r--lisp/git-rebase.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/git-rebase.el b/lisp/git-rebase.el
index 60c16da..fe39bd9 100644
--- a/lisp/git-rebase.el
+++ b/lisp/git-rebase.el
@@ -813,12 +813,12 @@ running \"man git-rebase\" at the command line) for details."
(,(concat "^" (cdr (assq 'label git-rebase-line-regexps)))
(1 'git-rebase-action)
(3 'git-rebase-label)
- (4 'font-lock-comment-face))
+ (4 'git-rebase-description))
("^\\(m\\(?:erge\\)?\\) -[Cc] \\([^ \n]+\\) \\([^ \n]+\\)\\( #.*\\)?"
(1 'git-rebase-action)
(2 'git-rebase-hash)
(3 'git-rebase-label)
- (4 'font-lock-comment-face))
+ (4 'git-rebase-description))
("^\\(m\\(?:erge\\)?\\) \\([^ \n]+\\)"
(1 'git-rebase-action)
(2 'git-rebase-label))