Closed
Description
Expected behavior
Clojure own functions/forms correctly highlighted.
Actual behavior
As of now, if
, let
, loop
and recur
(for instance) are correctly highlighted, but select-keys
, map
,
get-in
and concat
(the first ones I catch) are not.
Steps to reproduce the problem
- open a .clj file with
clojure-mode
installed - write
(map inc [1 2 3])
Environment & Version information
clojure-mode version information
clojure-mode (version 5.7.0-snapshot)
Emacs version
GNU Emacs 27.0.50 (build 1, x86_64-debian-linux-gnu, GTK+ Version 3.18.9) of 2018-03-14
Operating system
Ubuntu 16.04
Metadata
Metadata
Assignees
Labels
No labels