Following code isn't highlighted correctly: ```clojure (map (fn [[k v]] (str (name k) "=\"" v \")) xs) ``` This breaks all further syntax highlighting. Thanks!
Following code isn't highlighted correctly:
This breaks all further syntax highlighting.
Thanks!