diff options
| author | Lukas Wirth <lukas.wirth@ferrous-systems.com> | 2023-05-11 09:55:30 +0200 |
|---|---|---|
| committer | Lukas Wirth <lukas.wirth@ferrous-systems.com> | 2023-05-11 10:01:38 +0200 |
| commit | 91d5a689c770eb7f15087f55365ded717a736a2e (patch) | |
| tree | dd36bb2a1f9af09f23245e4d6e5453e211fe30f3 /docs/user | |
| parent | 4b42acf617d05005cc678bcdaec5123d8429cb63 (diff) | |
| download | rust-91d5a689c770eb7f15087f55365ded717a736a2e.tar.gz rust-91d5a689c770eb7f15087f55365ded717a736a2e.zip | |
Add config for disabling non standard lsp highlight tokens
Diffstat (limited to 'docs/user')
| -rw-r--r-- | docs/user/generated_config.adoc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/user/generated_config.adoc b/docs/user/generated_config.adoc index 6a2da3d90e3..c2f8c6c754f 100644 --- a/docs/user/generated_config.adoc +++ b/docs/user/generated_config.adoc @@ -753,6 +753,11 @@ Inject additional highlighting into doc comments. When enabled, rust-analyzer will highlight rust source in doc comments as well as intra doc links. -- +[[rust-analyzer.semanticHighlighting.nonStandardTokens]]rust-analyzer.semanticHighlighting.nonStandardTokens (default: `true`):: ++ +-- +Whether the server is allowed to emit non-standard tokens and modifiers. +-- [[rust-analyzer.semanticHighlighting.operator.enable]]rust-analyzer.semanticHighlighting.operator.enable (default: `true`):: + -- |
