Skip to content

Commit 108abd2

Browse files
committed
Add highlighting to the use-package macro
See: https://jwiegley.github.io/use-package/
1 parent f9b8a4b commit 108abd2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ This project adheres to [Semantic Versioning](http://semver.org).
99
[Unpublished]
1010
------------------------------------------------------------------------
1111
* __Added:__ Highlighting for another 30 keywords used by [`mocha.el`][]
12+
* __Added:__ Highlighting for the [`use-package`][] macro
1213

1314

1415

@@ -81,3 +82,4 @@ Initial release. Adds editor commands and highlighting for Emacs Lisp.
8182
[2.3.3.2]: http://www.hep.by/gnu/elisp/General-Escape-Syntax.html
8283
[YASnippet]: http://joaotavora.github.io/yasnippet
8384
[`mocha.el`]: https://github.com/scottaj/mocha.el
85+
[`use-package`]: https://github.com/jwiegley/use-package

grammars/emacs-lisp.cson

+1-1
Original file line numberDiff line numberDiff line change
@@ -6155,7 +6155,7 @@ repository:
61556155
|url-unhex-string|url-unhex|url-use-cookies--cmacro|url-use-cookies|url-user--cmacro|url-user-for-url|url-user|url-view-url|url-wait-for-string
61566156
|url-warn|use-cjk-char-width-table|use-completion-backward-under|use-completion-backward|use-completion-before-point|use-completion-before-separator
61576157
|use-completion-minibuffer-separator|use-completion-under-or-before-point|use-completion-under-point|use-default-char-width-table
6158-
|use-fancy-splash-screens-p|user-original-login-name|user-variable-p|utf-7-imap-post-read-conversion|utf-7-imap-pre-write-conversion
6158+
|use-fancy-splash-screens-p|use-package|user-original-login-name|user-variable-p|utf-7-imap-post-read-conversion|utf-7-imap-pre-write-conversion
61596159
|utf-7-post-read-conversion|utf-7-pre-write-conversion|utf7-decode|utf7-encode|uudecode-char-int|uudecode-decode-region-external
61606160
|uudecode-decode-region-internal|uudecode-decode-region|uudecode-string-to-multibyte|values-list|variable-at-point|variable-binding-locus
61616161
|variable-pitch-mode|vc--add-line|vc--process-sentinel|vc--read-lines|vc--remove-regexp|vc-after-save|vc-annotate|vc-backend-for-registration

0 commit comments

Comments
 (0)