clojure-lsp / clojure-lsp-intellij

Intellij Plugin for Clojure & ClojureScript development via Language Server (LSP) made in Clojure
https://clojure-lsp.io
MIT License
76 stars 5 forks source link

Change color of commented code with `#_` #47

Open mtsbarbosa opened 2 months ago

mtsbarbosa commented 2 months ago

Is your feature request related to a problem? Please describe. When adding #_ before a code to comment it, the color does not change

Describe the solution you'd like To have the same gray coloring of the ; commented lines

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

ericdallo commented 2 months ago

I'm aware of this bug but could not find a way to fix it yet, we should change IntelliJ lexer used in our library to achieve that