From 1e6ba1901550fb1610a1a464c48ec358cd3c339c Mon Sep 17 00:00:00 2001 From: Pascal Hertleif Date: Mon, 27 May 2019 11:26:15 +0200 Subject: Make rainbows optional --- docs/user/features.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'docs') diff --git a/docs/user/features.md b/docs/user/features.md index 22470bc56..b6e6008c4 100644 --- a/docs/user/features.md +++ b/docs/user/features.md @@ -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. -- cgit v1.2.3