diff options
| -rw-r--r-- | lua/prismite/groups/syntax.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/prismite/groups/syntax.lua b/lua/prismite/groups/syntax.lua index 5042239..1334f5f 100644 --- a/lua/prismite/groups/syntax.lua +++ b/lua/prismite/groups/syntax.lua @@ -55,6 +55,9 @@ return { htmlTag = { fg = colors.pink }, htmlEndTag = { fg = colors.pink }, + -- Rust doc comments + rustCommentLineDoc = { link = "Comment" }, + -- Semantic highlights, see :h lsp-semantic-highlight ["@lsp.type.class"] = { link = "@type" }, ["@lsp.type.comment"] = { link = "@comment" }, |
