Clearer docs usage under rust-analyzer.scopeMappings.

This commit is contained in:
Seivan Heidari 2019-11-05 00:18:16 +01:00
parent 2f1b363b39
commit ec82ca8391

View File

@ -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