aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordelta <darkussdelta@gmail.com>2026-02-19 19:37:33 +0100
committerdelta <darkussdelta@gmail.com>2026-02-19 19:37:33 +0100
commit500396f7689ec80e27be9a076b3fdbbd2539f25b (patch)
tree9f02a0337b1b8700165445736723fc33a754557f
parent121c4f1f28c4480328eebaeede79666bda0c5f22 (diff)
ditto (fr)HEADmaster
-rw-r--r--lua/prismite/groups/syntax.lua3
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" },