mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 22:31:43 +00:00
moar icons
This commit is contained in:
parent
238b52358d
commit
97cb463c9b
7 changed files with 34 additions and 7 deletions
|
@ -53,6 +53,8 @@ impl Conv for CompletionItemKind {
|
|||
match self {
|
||||
CompletionItemKind::Keyword => Keyword,
|
||||
CompletionItemKind::Snippet => Snippet,
|
||||
CompletionItemKind::Module => Module,
|
||||
CompletionItemKind::Function => Function,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue