aboutsummaryrefslogtreecommitdiff
path: root/code/package.json
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-08-15 22:23:22 +0100
committerAleksey Kladov <[email protected]>2018-08-15 22:23:22 +0100
commitc631b585a7358d1569a051f2529ecaae222e95cd (patch)
tree2e8332d166900c29cf485297b8510451b97accd0 /code/package.json
parentaa0d344581dcfd7f18c595688a4b2709b0f2421e (diff)
matching brace
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 8563ba73c..fd3b8e423 100644
--- a/code/package.json
+++ b/code/package.json
@@ -36,6 +36,11 @@
36 { 36 {
37 "command": "libsyntax-rust.extendSelection", 37 "command": "libsyntax-rust.extendSelection",
38 "title": "Rust Extend Selection" 38 "title": "Rust Extend Selection"
39 },
40 {
41 "command": "libsyntax-rust.matchingBrace",
42 "key": "ctrl+shift+m",
43 "title": "Rust Matching Brace"
39 } 44 }
40 ], 45 ],
41 "keybindings": [ 46 "keybindings": [