mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-12-04 00:54:52 +00:00
Highlight Self as a keyword by default
This commit is contained in:
parent
0bb631bf71
commit
e5bb661b7a
5 changed files with 94 additions and 15 deletions
|
|
@ -1297,7 +1297,7 @@
|
|||
{
|
||||
"id": "selfTypeKeyword",
|
||||
"description": "Style for the self type keyword",
|
||||
"superType": "typeParameter"
|
||||
"superType": "keyword"
|
||||
},
|
||||
{
|
||||
"id": "semicolon",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue