Fix highlighting of Self

This commit is contained in:
Lukas Wirth 2022-03-05 23:34:37 +01:00
parent c0d6471143
commit 5c0aee013e
9 changed files with 19 additions and 4 deletions

View file

@ -163,6 +163,7 @@ pub enum SymbolKind {
Macro,
Module,
SelfParam,
SelfType,
Static,
Struct,
ToolModule,