mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-04 02:51:31 -08:00
Merge pull request from npostavs/master
refine use-package highlighting regexp GitHub-reference: https://github.com/jwiegley/use-package/issues/41
This commit is contained in:
commit
e481d97891
1 changed files with 1 additions and 1 deletions
|
|
@ -660,7 +660,7 @@ For full documentation. please see commentary.
|
|||
(put 'use-package 'lisp-indent-function 1)
|
||||
|
||||
(defconst use-package-font-lock-keywords
|
||||
'(("(\\(use-package\\)\\> *\\(\\sw+\\)?"
|
||||
'(("(\\(use-package\\)\\_>[\n[:space:]]+\\(\\(?:\\s_\\|\\sw\\)+\\)"
|
||||
(1 font-lock-keyword-face)
|
||||
(2 font-lock-constant-face))))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue