It would appear that the Identifier style token is being applied to all text that is not otherwise highlighted. In Clojure this is happening on all non-"reserved" function names and all function parameters. I would think it should only be applying to the latter and the Function style token should be used for the names. Also, many of the Clojure core functions are not being styled under the Reserved style token for whatever reason. ex: defn-
It would appear that the Identifier style token is being applied to all text that is not otherwise highlighted. In Clojure this is happening on all non-"reserved" function names and all function parameters. I would think it should only be applying to the latter and the Function style token should be used for the names. Also, many of the Clojure core functions are not being styled under the Reserved style token for whatever reason. ex: defn-