clojure-lsp / clojure-lsp-intellij

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

Support semantic highlighting via `textDocument/semanticTokens/full` #5

Open ericdallo opened 1 year ago

ericdallo commented 1 year ago

We need to check if it's possible to change color highlight in intellij from clojure code

angelozerr commented 4 months ago

Please note that I am implementing this feature in LSP4IJ https://github.com/redhat-developer/lsp4ij/pull/392