mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 13:48:50 +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.
|
//Will autocomplete keys to available RA scopes.
|
||||||
"keyword.unsafe": ["keyword", "keyword.control"],
|
"keyword.unsafe": ["keyword", "keyword.control"],
|
||||||
//Values are string | TextMateScope | [string | TextMateScope]
|
//Values are string | TextMateScope | [string | TextMateScope]
|
||||||
"comments": "comment.block"
|
"variable.mut": "variable"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
* `rust-analyzer.enableEnhancedTyping`: by default, rust-analyzer intercepts
|
* `rust-analyzer.enableEnhancedTyping`: by default, rust-analyzer intercepts
|
||||||
|
|
Loading…
Reference in a new issue