Skip to content

Commit 47fea53

Browse files
committed
ADD missing clojure.core macros to clojure-mode font-lock declaration:
"amap" "areduce" "assert" "bound-fn" "comment" "definline" "definterface" "defmethod" "defmulti" "defn-" "defonce" "defprotocol" "defrecord" "defstruct" "deftype" "delay" "extend-protocol" "extend-type" "fn" "future" "gen-class" "gen-interface" "import" "io!" "lazy-cat" "lazy-seq" "let" "locking" "loop" "memfn" "proxy" "proxy-super" "pvalues" "refer-clojure" "reify" "some->" "some->>" "sync" "time" "vswap!" "while" "with-bindings" "with-in-str" "with-loading-context" "with-out-str" "with-precision" remove duplicated non-special form font locks from special form def: "let" "loop" remove duplicated font locks symbols from clojure-mode-extra-font-locking "amap" "areduce" "as->" "assert" "bound-fn" "comment" "delay" "extend-protocol" "extend-type" "future" "gen-interface" "io!" "lazy-cat" "lazy-seq" "locking" "memfn" "proxy" "proxy-super" "pvalues" "refer-clojure" "reify" "some->" "some->>" "sync" "time" "while" "with-bindings" "with-in-str" "with-loading-context" "with-out-str" "with-precision"
1 parent d82417c commit 47fea53

File tree

3 files changed

+677
-141
lines changed

3 files changed

+677
-141
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
### Changes
66

7+
* [#622](https://github.com/clojure-emacs/clojure-mode/issues/622): Add font locking for missing clojure.core macros
78
* [#615](https://github.com/clojure-emacs/clojure-mode/issues/615): Support clojure-dart files.
89

910
## 5.14.0 (2022-03-07)

0 commit comments

Comments
 (0)