mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-03 12:31:32 -08:00
(lisp-font-lock-keywords): Fontify handler-case', ccase',
`ctypecase', `assert', `error'.
This commit is contained in:
parent
583f5d53e6
commit
3fd00dcb42
1 changed files with 1 additions and 0 deletions
|
|
@ -1956,6 +1956,7 @@ This function could be MATCHER in a MATCH-ANCHORED `font-lock-keywords' item."
|
|||
(cons (concat
|
||||
"(" (regexp-opt
|
||||
'("when" "unless" "case" "ecase" "typecase" "etypecase"
|
||||
"ccase" "ctypecase" "handler-case" "assert" "error"
|
||||
"loop" "do" "do*" "dotimes" "dolist"
|
||||
"proclaim" "declaim" "declare"
|
||||
"lexical-let" "lexical-let*" "flet" "labels"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue