mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 13:48:50 +00:00
c60f9bf4c6
* 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" } ``` |
||
---|---|---|
.. | ||
.vscode | ||
src | ||
.gitignore | ||
.prettierignore | ||
.vscodeignore | ||
package-lock.json | ||
package.json | ||
rollup.config.js | ||
tsconfig.json | ||
tslint.json |