File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change 88
88
### Settings
89
89
90
90
* ` rust-analyzer.highlightingOn ` : enables experimental syntax highlighting.
91
- * ` rust-analyzer.scopeMappings ` -- a scheme backed JSON object to tweak Rust Analyzer scopes to TextMate scopes.
92
- ``` jsonc
93
- {
94
- // Will autocomplete keys to available RA scopes.
95
- " keyword.unsafe" : [" keyword" , " keyword.control" ],
96
- // Values are string | TextMateScope | [string | TextMateScope]
97
- " variable.mut" : " variable"
98
- }
99
- ```
100
- * ` rust-analyzer.enableEnhancedTyping ` : by default, rust-analyzer intercepts
91
+ Colors can be configured via ` editor.tokenColorCustomizations ` .
92
+ As an example, [ Pale Fire] ( https://github.com/matklad/pale-fire/ ) color scheme tweaks rust colors.
93
+ * ` rust-analyzer.enableEnhancedTyping ` : by default, rust-analyzer intercepts.
101
94
` Enter ` key to make it easier to continue comments. Note that it may conflict with VIM emulation plugin.
102
95
* ` rust-analyzer.raLspServerPath ` : path to ` ra_lsp_server ` executable
103
96
* ` rust-analyzer.enableCargoWatchOnStartup ` : prompt to install & enable `cargo
You can’t perform that action at this time.
0 commit comments