docs: distinction between "color" and "hex color"

This commit is contained in:
Nikita Revenco 2024-12-19 21:58:53 +00:00
parent 8bfff23bb9
commit e55e8863c8

View file

@ -100,7 +100,7 @@ impl menu::Item for CompletionItem {
Span::raw("color "), Span::raw("color "),
Span::styled("", Style::default().fg(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(), None => "color".into(),
} }
}) })