branch: elpa/clojure-mode
commit 22293fd178d7c31324b4c35df2d69268d73d6d4c
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>

    Add Clojure 1.12 functions to extra font-locking
    
    Add stream-seq!, stream-reduce!, stream-transduce!, stream-into!,
    partitionv, partitionv-all, and splitv-at.
---
 clojure-mode-extra-font-locking.el | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/clojure-mode-extra-font-locking.el 
b/clojure-mode-extra-font-locking.el
index a082097f3e..c33fecc599 100644
--- a/clojure-mode-extra-font-locking.el
+++ b/clojure-mode-extra-font-locking.el
@@ -330,6 +330,8 @@
     "partition"
     "partition-all"
     "partition-by"
+    "partitionv"
+    "partitionv-all"
     "pcalls"
     "peek"
     "persistent!"
@@ -465,7 +467,12 @@
     "spit"
     "split-at"
     "split-with"
+    "splitv-at"
     "str"
+    "stream-into!"
+    "stream-reduce!"
+    "stream-seq!"
+    "stream-transduce!"
     "stream?"
     "string?"
     "struct"

Reply via email to