mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-05 11:49:37 +00:00
use-package-font-lock-keywords: add use-package-with-elapsed-timer
This commit is contained in:
parent
2d7ecd867a
commit
f32d24350c
1 changed files with 1 additions and 1 deletions
|
@ -404,7 +404,7 @@ For full documentation. please see commentary.
|
||||||
(put 'use-package 'lisp-indent-function 'defun)
|
(put 'use-package 'lisp-indent-function 'defun)
|
||||||
|
|
||||||
(defconst use-package-font-lock-keywords
|
(defconst use-package-font-lock-keywords
|
||||||
'(("(\\(use-package\\)\\_>[ \t']*\\(\\(?:\\sw\\|\\s_\\)+\\)?"
|
'(("(\\(use-package\\(?:-with-elapsed-timer\\)?\\)\\_>[ \t']*\\(\\(?:\\sw\\|\\s_\\)+\\)?"
|
||||||
(1 font-lock-keyword-face)
|
(1 font-lock-keyword-face)
|
||||||
(2 font-lock-constant-face nil t))))
|
(2 font-lock-constant-face nil t))))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue