Replies: 2 comments
-
Hi! The semantic tokens are provided by clojure-lsp. So maybe @ericdallo can shed some light on the reasoning around the tokens chosen. |
Beta Was this translation helpful? Give feedback.
-
From clojure POV, those things are |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I wonder why variables (names) are identified as
function
, thus rendered in the same color as functions. The name bindings should be different from functions. (Correct me if I'm wrong. I'm new to Clojure :)For example in the following screenshots (using Inspect Editor Tokens and Scopes):
function:
name:
Beta Was this translation helpful? Give feedback.
All reactions