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

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

Open ericdallo opened 10 months ago

ericdallo commented 10 months ago

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

angelozerr commented 5 days ago

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