intellij-alabaster
intellij-alabaster copied to clipboard
Method highlighting is wrong when return type ascriptions present in Clojure
When Clojure snippet contains return type ascription return type is highlighted instead of the method name.

TBH, I feel like it's an issue with IntelliJ IDEA basic understanding of Clojure rather than a theme.
@SimY4 what clojure plugins are you using with intellij? My gut feeling is that this could be an issue with the clojure-extras plugin.
@imrekoszo I'm not using any plugins. Clojure syntax highlighting comes in the default configuration of IntelliJ.