docs: distinction between "color" and "hex color"
This commit is contained in:
parent
8bfff23bb9
commit
e55e8863c8
1 changed files with 1 additions and 1 deletions
|
@ -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(),
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Reference in a new issue