Commit fee38d7
authored
Add missing clojure.core macros to clojure-mode font-lock declaration: (#623)
The following macros are added:
"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"
Removed duplicated non-special form font locks from special form def:
"let" "loop"
Removd duplicated font locks symbols from the clojure-mode-extra-font-locking package:
"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 fee38d7
File tree
3 files changed
+677
-141
lines changed3 files changed
+677
-141
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
0 commit comments