mirror of
https://github.com/neovim/neovim.git
synced 2024-12-23 20:55:18 -07:00
feat(colorscheme): add semantic tokens modifiers to builtin color scheme
This commit is contained in:
parent
45032a941d
commit
734848dc1a
@ -312,6 +312,8 @@ static const char *highlight_init_both[] = {
|
|||||||
"default link @lsp.type.typeParameter @type.definition",
|
"default link @lsp.type.typeParameter @type.definition",
|
||||||
"default link @lsp.type.variable @variable",
|
"default link @lsp.type.variable @variable",
|
||||||
|
|
||||||
|
"default link @lsp.mod.deprecated DiagnosticDeprecated",
|
||||||
|
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user