From e55e8863c87188b2b068fa36a110c1fe72b129d4 Mon Sep 17 00:00:00 2001 From: Nikita Revenco <154856872+NikitaRevenco@users.noreply.github.com> Date: Thu, 19 Dec 2024 21:58:53 +0000 Subject: [PATCH] docs: distinction between "color" and "hex color" --- helix-term/src/ui/completion.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helix-term/src/ui/completion.rs b/helix-term/src/ui/completion.rs index e4aaa3be..c23ec958 100644 --- a/helix-term/src/ui/completion.rs +++ b/helix-term/src/ui/completion.rs @@ -100,7 +100,7 @@ impl menu::Item for CompletionItem { Span::raw("color "), Span::styled("■", Style::default().fg(color)), ]), - // there is documentation but it cannot be parsed as a color + // there is documentation but it cannot be parsed as a hex color None => "color".into(), } })