From af5cca21609e31831b8f13ef7fd5dd1ed2fa5076 Mon Sep 17 00:00:00 2001 From: Guillaume Girol Date: Sun, 25 Jul 2021 12:00:00 +0000 Subject: highlight rust documentation comments differently than normal comments in the original gruvbox they would be in orange. --- lua/gruvbox/languages.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lua') diff --git a/lua/gruvbox/languages.lua b/lua/gruvbox/languages.lua index 5cfbb52..d1b90b7 100644 --- a/lua/gruvbox/languages.lua +++ b/lua/gruvbox/languages.lua @@ -484,7 +484,8 @@ local rust = lush(function() rustEnum {base.GruvboxAqua}, rustStructure {base.GruvboxAqua}, rustModPathSep {base.GruvboxFg2}, - rustCommentLineDoc {base.Comment}, + rustCommentLineDoc {base.GruvboxOrange}, + rustCommentBlockDoc {base.GruvboxOrange}, rustDefault {base.GruvboxAqua}, } end) -- cgit v1.2.3