Make rainbows optional

This commit is contained in:
Pascal Hertleif 2019-05-27 11:26:15 +02:00
parent 4ac338b608
commit 1e6ba19015
5 changed files with 29 additions and 6 deletions

View file

@ -470,3 +470,12 @@ There also snippet completions:
- `tfn` -> `#[test] fn f(){}`
### Code highlighting
Experimental feature to let rust-analyzer highlight Rust code instead of using the
default highlighter.
#### Rainbow highlighting
Experimental feature that, given code highlighting using rust-analyzer is
active, will pick unique colors for identifiers.