aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPascal Hertleif <[email protected]>2019-05-27 10:26:15 +0100
committerPascal Hertleif <[email protected]>2019-05-27 10:44:46 +0100
commit1e6ba1901550fb1610a1a464c48ec358cd3c339c (patch)
tree60ff1f4a42f8ef297c07d5716af67e3057c8e1bd /docs
parent4ac338b608bb40c5126d019db63232e7834914c2 (diff)
Make rainbows optional
Diffstat (limited to 'docs')
-rw-r--r--docs/user/features.md9
1 files changed, 9 insertions, 0 deletions
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:
470 470
471- `tfn` -> `#[test] fn f(){}` 471- `tfn` -> `#[test] fn f(){}`
472 472
473### Code highlighting
474
475Experimental feature to let rust-analyzer highlight Rust code instead of using the
476default highlighter.
477
478#### Rainbow highlighting
479
480Experimental feature that, given code highlighting using rust-analyzer is
481active, will pick unique colors for identifiers.