diff --git a/lua/rose-pine.lua b/lua/rose-pine.lua index 159185c..0aa5c78 100644 --- a/lua/rose-pine.lua +++ b/lua/rose-pine.lua @@ -407,6 +407,8 @@ local function set_highlights() --- Semantic ["@lsp.type.comment"] = {}, + ["@lsp.type.comment.c"] = { link = "@comment" }, + ["@lsp.type.comment.cpp"] = { link = "@comment" }, ["@lsp.type.enum"] = { link = "@type" }, ["@lsp.type.interface"] = { link = "@interface" }, ["@lsp.type.keyword"] = { link = "@keyword" },