Released version 20201229T134026 which adds supports for more common semantic tokens:
• type
for the alias on function calls
• function
for declared def
/ defn
and refered symbols
• macro
for defmacros
This behaviour can be disable by the semantic-tokens?
flag
@pez do you know if Calva as client already supports it by some magick alreday done by VScode or you need to implement it manually?
I was wondering the same thing. Will need to try and see what happens.