elisp: fontify ex-local! macro calls
This commit is contained in:
parent
66a30074d6
commit
9ad1d48a10
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
||||||
(,(concat
|
(,(concat
|
||||||
"(\\("
|
"(\\("
|
||||||
(regexp-opt '("λ" "in" "map" "after" "shut-up" "add-hook"
|
(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"))
|
"define-org-section" "set" "noop"))
|
||||||
"!\\)")
|
"!\\)")
|
||||||
(1 font-lock-keyword-face append))
|
(1 font-lock-keyword-face append))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue