Skip to content

Commit d6379fa

Browse files
committed
Merge pull request #368 from nha/patch-2
Add "update" function to extra-font-locking
2 parents 70e35e9 + dabd000 commit d6379fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clojure-mode-extra-font-locking.el

+1-1
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)