mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-27 07:37:33 +00:00
(lisp-font-lock-keywords-1): Recognize an autoload
cookie, even if followed by a letter.
This commit is contained in:
parent
3a5a5d3673
commit
731dd88518
@ -1964,7 +1964,7 @@ This function could be MATCHER in a MATCH-ANCHORED `font-lock-keywords' item."
|
||||
nil t))
|
||||
;;
|
||||
;; Emacs Lisp autoload cookies.
|
||||
'("^;;;###\\(autoload\\)\\>" 1 font-lock-warning-face prepend)
|
||||
'("^;;;###\\(autoload\\)" 1 font-lock-warning-face prepend)
|
||||
))
|
||||
"Subdued level highlighting for Lisp modes.")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user