mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 14:21:44 +00:00
Fix highlighting of Self
This commit is contained in:
parent
c0d6471143
commit
5c0aee013e
9 changed files with 19 additions and 4 deletions
|
@ -163,6 +163,7 @@ pub enum SymbolKind {
|
|||
Macro,
|
||||
Module,
|
||||
SelfParam,
|
||||
SelfType,
|
||||
Static,
|
||||
Struct,
|
||||
ToolModule,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue