aboutsummaryrefslogtreecommitdiff
path: root/code/package.json
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-08-22 08:18:58 +0100
committerAleksey Kladov <[email protected]>2018-08-22 08:53:48 +0100
commit9909875bfe89d2b901c35c0667bed018338b44e1 (patch)
treecf33277e282f951c323d71236be0044cdb689739 /code/package.json
parentecc9df5f009deb8e8bbd8e52db9afbe41f8f880c (diff)
parent module request
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": [