fix(semantic_tokens): reset comment type (#354)
Linking `@lsp.type.comment` to `Comment` or `@comment` makes TODO comments a bit harder to read.
This commit is contained in:
@@ -257,7 +257,7 @@ function M.setup()
|
||||
["@namespace"] = { link = "Include" },
|
||||
|
||||
-- LSP Semantic Token Groups
|
||||
["@lsp.type.comment"] = { link = "@comment" },
|
||||
["@lsp.type.comment"] = {},
|
||||
["@lsp.type.enum"] = { link = "@type" },
|
||||
["@lsp.type.enumMember"] = { link = "@constant" },
|
||||
["@lsp.type.interface"] = { fg = util.lighten(c.blue1, 0.7) },
|
||||
|
||||
Reference in New Issue
Block a user