brcosta / clj-extras-plugin

Clojure Extras IntelliJ Plugin
https://plugins.jetbrains.com/plugin/18108-clojure-extras/
Apache License 2.0
55 stars 12 forks source link

Issues with custom colors #10

Closed ikitommi closed 2 years ago

ikitommi commented 2 years ago

thanks for the awesome plugin!

some observations for coloring:

  1. namespace color bleeds for fully qualified key with - in the name, ::m/missing-key
  2. qualified symbol namespace names could have different color if they are passed as values (instead of used in function position m/schema
Screenshot 2022-01-21 at 20 52 45
brcosta commented 2 years ago

(1) is fixed on master, we just need to wait for jetbrains to approve it (v 0.5.2). I'll try to add some customization for (2) later! Thanks for reporting :)

brcosta commented 2 years ago

I added an option for head symbol custom highlighting, it's on master already should be in the next version in the marketplace :)

image

brcosta commented 2 years ago

Fixed on 0.5.4! :)