clojure-lsp-intellij icon indicating copy to clipboard operation
clojure-lsp-intellij copied to clipboard

Change color of commented code with `#_`

Open mtsbarbosa opened this issue 1 year ago • 1 comments
trafficstars

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.

mtsbarbosa avatar Apr 14 '24 15:04 mtsbarbosa

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

ericdallo avatar Apr 15 '24 19:04 ericdallo