mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
elisp: fontify ex-local! macro calls
This commit is contained in:
@ -46,7 +46,7 @@
|
||||
(,(concat
|
||||
"(\\("
|
||||
(regexp-opt '("λ" "in" "map" "after" "shut-up" "add-hook"
|
||||
"associate" "define-org-link" "ex"
|
||||
"associate" "define-org-link" "ex" "ex-local"
|
||||
"define-org-section" "set" "noop"))
|
||||
"!\\)")
|
||||
(1 font-lock-keyword-face append))
|
||||
|
Reference in New Issue
Block a user