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