feat(lsp): create default link from @lsp.type.comment to Comment (#22888)

This commit is contained in:
Gregory Anders 2023-04-04 14:06:58 -06:00 committed by GitHub
parent 743860de40
commit b479e3a95d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",