zigtools / zls-vscode

Deprecated, please use https://github.com/ziglang/vscode-zig
https://github.com/ziglang/vscode-zig
MIT License
85 stars 15 forks source link

Feature Request: add ColorHighLight settings #14

Closed gggin closed 4 years ago

gggin commented 4 years ago

People can set different color for global variable function ,object function function param variable and function auto variable with different colors.

Thank you for your job.

alexnask commented 4 years ago

Hi, when the semantic tokens feature is enabled, you can customize token colors per-theme throught VSCode's settings.
I plan to add some documentation on the zls README about the token types and modifiers supported.