Semantic token support
ambroisie opened this issue · 5 comments
ambroisie commented
Since neovim/neovim#21100 has been merged in nightly.
shaunsingh commented
Thanks, I'll look into it
yingzhu146 commented
Thanks a ton for this amazing color scheme @shaunsingh - would love to use it, but this is now on main and unfortunately the thing that keeps me from using oxocarbon vs tokyonight or others that already support it.
kothavade commented
Yep, this would be great!
papricasix commented
I think for this one would "only" need to define all of the @lsp.*
colors, that can be viewed using :highlight
.
See here for reference:
https://github.com/folke/tokyonight.nvim/blob/161114bd39b990995e08dbf941f6821afbdcd666/lua/tokyonight/theme.lua#L266
shaunsingh commented
Should have some initial support but I will refine it further