Replies: 1 comment
-
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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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