diff options
| author | Matthias Krüger <476013+matthiaskrgr@users.noreply.github.com> | 2025-06-30 20:49:44 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-30 20:49:44 +0200 |
| commit | 6d41b3479f92b1ff00d5ef56d4a95922b66a2473 (patch) | |
| tree | b5b1b677d5db597319d0c55d7ffa067c9fef8fa3 /src/tools/rust-analyzer/editors/code/package.json | |
| parent | 8156725d2e659bbbf13e4d6d842224b250703186 (diff) | |
| parent | c5f4b80cb9a678297548ea13feb2e57696e09e6e (diff) | |
| download | rust-6d41b3479f92b1ff00d5ef56d4a95922b66a2473.tar.gz rust-6d41b3479f92b1ff00d5ef56d4a95922b66a2473.zip | |
Rollup merge of #143246 - lnicola:sync-from-ra, r=lnicola
Subtree update of `rust-analyzer` r? ``@ghost``
Diffstat (limited to 'src/tools/rust-analyzer/editors/code/package.json')
| -rw-r--r-- | src/tools/rust-analyzer/editors/code/package.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/tools/rust-analyzer/editors/code/package.json b/src/tools/rust-analyzer/editors/code/package.json index 26a21c1468d..3cb4c21ee1f 100644 --- a/src/tools/rust-analyzer/editors/code/package.json +++ b/src/tools/rust-analyzer/editors/code/package.json @@ -1532,6 +1532,16 @@ { "title": "highlightRelated", "properties": { + "rust-analyzer.highlightRelated.branchExitPoints.enable": { + "markdownDescription": "Enables highlighting of related return values while the cursor is on any `match`, `if`, or match arm arrow (`=>`).", + "default": true, + "type": "boolean" + } + } + }, + { + "title": "highlightRelated", + "properties": { "rust-analyzer.highlightRelated.breakPoints.enable": { "markdownDescription": "Enables highlighting of related references while the cursor is on `break`, `loop`, `while`, or `for` keywords.", "default": true, |
