Skip to content

Commit 734848d

Browse files
echasnovskiclason
authored andcommitted
feat(colorscheme): add semantic tokens modifiers to builtin color scheme
1 parent 45032a9 commit 734848d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: src/nvim/highlight_group.c

+2
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,8 @@ static const char *highlight_init_both[] = {
312312
"default link @lsp.type.typeParameter @type.definition",
313313
"default link @lsp.type.variable @variable",
314314

315+
"default link @lsp.mod.deprecated DiagnosticDeprecated",
316+
315317
NULL
316318
};
317319

0 commit comments

Comments
 (0)