mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 05:38:46 +00:00
Clearer docs usage under rust-analyzer.scopeMappings
.
This commit is contained in:
parent
2f1b363b39
commit
ec82ca8391
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ host.
|
|||
//Will autocomplete keys to available RA scopes.
|
||||
"keyword.unsafe": ["keyword", "keyword.control"],
|
||||
//Values are string | TextMateScope | [string | TextMateScope]
|
||||
"comments": "comment.block"
|
||||
"variable.mut": "variable"
|
||||
}
|
||||
```
|
||||
* `rust-analyzer.enableEnhancedTyping`: by default, rust-analyzer intercepts
|
||||
|
|
Loading…
Reference in a new issue