Seivan Heidari
c60f9bf4c6
* Adding scope mapping configuration manifest in package.json
* Loading configurable scope mappings from settings.
* Updating Readme with `rust-analyzer.scopeMappings`.
`rust-analyzer.scopeMappings` -- a scheme backed JSON object to tweak Rust Analyzer scopes to TextMate scopes.
```jsonc
{
//Will autocomplete keys to available RA scopes.
"keyword.unsafe": ["keyword", "keyword.control"],
//Values are string | TextMateScope | [string | TextMateScope]
"comments": "comment.block"
}
```
2019-11-04 23:59:11 +01:00
..
2019-06-26 20:31:36 +10:00
2019-11-04 23:59:11 +01:00
2019-09-23 23:25:16 +02:00
2019-06-30 07:12:42 +10:00
2019-09-23 23:25:16 +02:00
2019-10-27 23:58:14 +01:00
2019-11-04 23:59:11 +01:00
2019-09-23 23:25:16 +02:00
2019-06-29 18:00:22 +10:00
2018-10-08 22:38:33 +01:00