Skip to content

Commit dabd000

Browse files
committed
Add "update" function to extra-font-locking
update was added in Clojure 1.7 : https://github.com/clojure/clojure/blob/master/changes.md#25-update---like-update-in-for-first-level
1 parent affd573 commit dabd000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clojure-mode-extra-font-locking.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
"unchecked-remainder" "unchecked-remainder-int" "unchecked-short"
135135
"unchecked-subtract-int" "unchecked-subtract"
136136
"underive" "unsigned-bit-shift-right" "unquote" "unquote-splicing"
137-
"update-in" "update-proxy" "use" "val" "vals" "var-get" "var-set"
137+
"update" "update-in" "update-proxy" "use" "val" "vals" "var-get" "var-set"
138138
"var?" "vary-meta" "vec" "vector" "vector?" "vector-of" "while"
139139
"with-bindings" "with-bindings*" "with-in-str" "with-loading-context"
140140
"with-meta" "with-out-str" "with-precision"

0 commit comments

Comments
 (0)