mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-04 20:27:45 +00:00
(change-log-font-lock-keywords): Recognize + in date.
This commit is contained in:
parent
569b03f243
commit
3307b0caf2
@ -103,7 +103,7 @@ for file A.
|
||||
(defvar change-log-font-lock-keywords
|
||||
'(;;
|
||||
;; Date lines, new and old styles.
|
||||
("^\\sw.........[0-9: ]*"
|
||||
("^\\sw.........[0-9:+ ]*"
|
||||
(0 font-lock-string-face)
|
||||
("\\([^<]+\\)<\\([A-Za-z0-9_.-]+@[A-Za-z0-9_.-]+\\)>" nil nil
|
||||
(1 font-lock-constant-face)
|
||||
|
Loading…
x
Reference in New Issue
Block a user