aboutsummaryrefslogtreecommitdiff
path: root/code/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'code/package.json')
-rw-r--r--code/package.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/code/package.json b/code/package.json
index 2f97bb5c0..66c4f266f 100644
--- a/code/package.json
+++ b/code/package.json
@@ -36,11 +36,15 @@
36 { 36 {
37 "command": "libsyntax-rust.syntaxTree", 37 "command": "libsyntax-rust.syntaxTree",
38 "title": "Show Rust syntax tree" 38 "title": "Show Rust syntax tree"
39 },
40 {
41 "command": "libsyntax-rust.extendSelection",
42 "title": "Rust Extend Selection"
39 } 43 }
40 ], 44 ],
41 "keybindings": [ 45 "keybindings": [
42 { 46 {
43 "command": "libsyntax-rust.semanticSelection", 47 "command": "libsyntax-rust.extendSelection",
44 "key": "ctrl+w", 48 "key": "ctrl+w",
45 "when": "editorTextFocus && editorLangId == rust" 49 "when": "editorTextFocus && editorLangId == rust"
46 } 50 }