mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 06:41:48 +00:00
binding icon
This commit is contained in:
parent
8e056ef042
commit
498e3a6846
3 changed files with 6 additions and 2 deletions
|
@ -55,6 +55,7 @@ impl Conv for CompletionItemKind {
|
|||
CompletionItemKind::Snippet => Snippet,
|
||||
CompletionItemKind::Module => Module,
|
||||
CompletionItemKind::Function => Function,
|
||||
CompletionItemKind::Binding => Variable,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue