mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
Fix highlighting of Self
This commit is contained in:
parent
c0d6471143
commit
5c0aee013e
9 changed files with 19 additions and 4 deletions
|
@ -118,6 +118,7 @@ pub struct HlRange {
|
|||
// parameter:: Emitted for non-self function parameters.
|
||||
// property:: Emitted for struct and union fields.
|
||||
// selfKeyword:: Emitted for the self function parameter and self path-specifier.
|
||||
// selfTypeKeyword:: Emitted for the Self type parameter.
|
||||
// toolModule:: Emitted for tool modules.
|
||||
// typeParameter:: Emitted for type parameters.
|
||||
// unresolvedReference:: Emitted for unresolved references, names that rust-analyzer can't find the definition of.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue