Skip to content

Commit

Permalink
Add macros missing from font lock in Emacs 24
Browse files Browse the repository at this point in the history
* dash.el (dash--keywords): Add missing macro names to font lock
keywords in Emacs 24.
  • Loading branch information
basil-conto committed Mar 4, 2023
1 parent 1d8d655 commit 269f632
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions dash.el
Expand Up @@ -3857,18 +3857,26 @@ This function satisfies the following laws:
(let ((macs '("!cdr"
"!cons"
"-->"
"--all-p"
"--all?"
"--annotate"
"--any"
"--any-p"
"--any?"
"--count"
"--dotimes"
"--doto"
"--drop-while"
"--each"
"--each-indexed"
"--each-r"
"--each-r-while"
"--each-while"
"--every"
"--every-p"
"--every?"
"--filter"
"--find"
"--find-index"
"--find-indices"
"--find-last-index"
Expand All @@ -3887,8 +3895,11 @@ This function satisfies the following laws:
"--mapcat"
"--max-by"
"--min-by"
"--none-p"
"--none?"
"--only-some-p"
"--only-some?"
"--partition-after-pred"
"--partition-by"
"--partition-by-header"
"--reduce"
Expand All @@ -3899,11 +3910,18 @@ This function satisfies the following laws:
"--reductions-from"
"--reductions-r"
"--reductions-r-from"
"--reject"
"--reject-first"
"--reject-last"
"--remove"
"--remove-first"
"--remove-last"
"--replace-where"
"--select"
"--separate"
"--some"
"--some-p"
"--some?"
"--sort"
"--splice"
"--splice-list"
Expand All @@ -3924,6 +3942,7 @@ This function satisfies the following laws:
"->"
"->>"
"-as->"
"-cut"
"-doto"
"-if-let"
"-if-let*"
Expand Down

0 comments on commit 269f632

Please sign in to comment.