ziglang / zig.vim

Vim configuration for Zig
MIT License
448 stars 56 forks source link

define used vim default colors for easy reusage on semantic token highlighting #85

Open matu3ba opened 1 year ago

matu3ba commented 1 year ago

Semantic token highlighting groups were recently merged in neovim and overwrite the vim defaults, which makes usage of different colors to signal things or potential fixups etc more cumbersome.

Task: Define the used colors in https://github.com/ziglang/zig.vim/blob/c33e1e312fc0f9523d09d7ddb845ea5d52db41d0/syntax/zig.vim#L247 and provide a simple table in the README, so users have a simpler job to tailor or fix their/others color schema.