diff options
Diffstat (limited to 'docs/user')
-rw-r--r-- | docs/user/features.md | 9 |
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 | |||
475 | Experimental feature to let rust-analyzer highlight Rust code instead of using the | ||
476 | default highlighter. | ||
477 | |||
478 | #### Rainbow highlighting | ||
479 | |||
480 | Experimental feature that, given code highlighting using rust-analyzer is | ||
481 | active, will pick unique colors for identifiers. | ||