From c631b585a7358d1569a051f2529ecaae222e95cd Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Thu, 16 Aug 2018 00:23:22 +0300 Subject: matching brace --- code/package.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'code/package.json') 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 @@ { "command": "libsyntax-rust.extendSelection", "title": "Rust Extend Selection" + }, + { + "command": "libsyntax-rust.matchingBrace", + "key": "ctrl+shift+m", + "title": "Rust Matching Brace" } ], "keybindings": [ -- cgit v1.2.3