mirror of
https://github.com/neovim/neovim.git
synced 2025-09-05 19:08:15 +00:00
feat(lsp): create default link from @lsp.type.comment to Comment (#22888)
This commit is contained in:
@@ -278,6 +278,7 @@ static const char *highlight_init_both[] = {
|
||||
|
||||
// LSP semantic tokens
|
||||
"default link @lsp.type.class Structure",
|
||||
"default link @lsp.type.comment Comment",
|
||||
"default link @lsp.type.decorator Function",
|
||||
"default link @lsp.type.enum Structure",
|
||||
"default link @lsp.type.enumMember Constant",
|
||||
|
Reference in New Issue
Block a user