clojureVSCode icon indicating copy to clipboard operation
clojureVSCode copied to clipboard

Distinct Color for Keywords

Open corporatepiyush opened this issue 6 years ago • 4 comments

I have been using this plugin past few days. Its really helpful. Thaks for your effort.

Can we have distinct color for keyword say Magenta or Pink to highlight them better ? Cursive plugin for IntelliJ has it.

corporatepiyush avatar Jan 20 '18 09:01 corporatepiyush

Hi @corporatepiyush

I'm not sure if I understand you right. Do you mean Cursive has an option for configuring colors of the Clojure keywords and you want the same functionality in the extension?

I believe, that in VSCode this is something color scheme is responsible for. Haven't you tried to pick one (or make by yourself) that highlights language keywords the way you like?

avli avatar Jan 21 '18 15:01 avli

Sorry for the confusion. what i meant was when Cursive shows the map {:a 1 :b 2}, :a and :b are highlighted in pink.

corporatepiyush avatar Jan 22 '18 08:01 corporatepiyush

https://i.stack.imgur.com/MoMAf.png

corporatepiyush avatar Jan 22 '18 09:01 corporatepiyush

I believe this is something that should be done on the syntax level. The default syntax file for Clojure comes with Visual Studio Code itself, so, I think, it may be worth creating an issue in their repository.

Honestly, I'm not very happy with the default Clojure syntax definition and maybe put some effort into improving it in the future.

avli avatar Feb 09 '18 14:02 avli