mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-27 10:54:40 +00:00
(change-log-font-lock-keywords): Require colon after
parenthesized function name.
This commit is contained in:
parent
fb052aac91
commit
6ad1cbf5bf
@ -49,7 +49,7 @@ This defaults to the value of `user-mail-address'.")
|
|||||||
(defvar change-log-font-lock-keywords
|
(defvar change-log-font-lock-keywords
|
||||||
'(("^[SMTWF].+" . font-lock-function-name-face) ; Date line.
|
'(("^[SMTWF].+" . font-lock-function-name-face) ; Date line.
|
||||||
("^\t\\* \\([^ :\n]+\\)" 1 font-lock-comment-face) ; File name.
|
("^\t\\* \\([^ :\n]+\\)" 1 font-lock-comment-face) ; File name.
|
||||||
("\(\\([^)\n]+\\)\)" 1 font-lock-keyword-face)) ; Function name.
|
("(\\([^)\n]+\\)):" 1 font-lock-keyword-face)) ; Function name.
|
||||||
"Additional expressions to highlight in Change Log mode.")
|
"Additional expressions to highlight in Change Log mode.")
|
||||||
|
|
||||||
(defvar change-log-mode-map nil
|
(defvar change-log-mode-map nil
|
||||||
|
Loading…
Reference in New Issue
Block a user