feat(colorscheme): add semantic tokens modifiers to builtin color scheme

This commit is contained in:
Evgeni Chasnovski 2024-03-19 12:26:03 +02:00 committed by Christian Clason
parent 45032a941d
commit 734848dc1a

View File

@ -312,6 +312,8 @@ static const char *highlight_init_both[] = {
"default link @lsp.type.typeParameter @type.definition",
"default link @lsp.type.variable @variable",
"default link @lsp.mod.deprecated DiagnosticDeprecated",
NULL
};