mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-24 06:20:43 -08:00
Merge pull request from aethanyc/fix-highlight
Fix highlight use-package for Emacs snapshot GitHub-reference: https://github.com/jwiegley/use-package/issues/49
This commit is contained in:
commit
6efc084cdf
1 changed files with 1 additions and 1 deletions
|
|
@ -661,7 +661,7 @@ For full documentation. please see commentary.
|
|||
(put 'use-package 'lisp-indent-function 1)
|
||||
|
||||
(defconst use-package-font-lock-keywords
|
||||
'(("(\\(use-package\\)\\_>[ \t']*\\(\\sw+\\)?"
|
||||
'(("(\\(use-package\\)\\_>[ \t']*\\(\\(?:\\sw\\|\\s_\\)+\\)?"
|
||||
(1 font-lock-keyword-face)
|
||||
(2 font-lock-constant-face nil t))))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue