Pass proper theme colors for inlays and suggestions
This commit is contained in:
parent
147c99f1a7
commit
f76e1cfd91
5 changed files with 30 additions and 19 deletions
|
@ -95,8 +95,6 @@ mod tests {
|
|||
.iter()
|
||||
.map(|(name, color)| (name.to_string(), (*color).into()))
|
||||
.collect(),
|
||||
inlay_style: HighlightStyle::default(),
|
||||
suggestion_style: HighlightStyle::default(),
|
||||
};
|
||||
|
||||
let capture_names = &[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue