aboutsummaryrefslogtreecommitdiff
path: root/code/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'code/package.json')
-rw-r--r--code/package.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/code/package.json b/code/package.json
index fd3b8e423..042821b1c 100644
--- a/code/package.json
+++ b/code/package.json
@@ -41,6 +41,11 @@
41 "command": "libsyntax-rust.matchingBrace", 41 "command": "libsyntax-rust.matchingBrace",
42 "key": "ctrl+shift+m", 42 "key": "ctrl+shift+m",
43 "title": "Rust Matching Brace" 43 "title": "Rust Matching Brace"
44 },
45 {
46 "command": "libsyntax-rust.parentModule",
47 "key": "ctrl+u",
48 "title": "Rust Parent Module"
44 } 49 }
45 ], 50 ],
46 "keybindings": [ 51 "keybindings": [