aboutsummaryrefslogtreecommitdiff
path: root/code/package.json
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-08-23 20:14:51 +0100
committerAleksey Kladov <[email protected]>2018-08-23 20:14:51 +0100
commit8ad586a44e2214a11c4e7d27e0d3c2d73e43f39f (patch)
tree70c553dd0231189acf0695b63688f21fb94867dc /code/package.json
parent18918769baf49acc4067eabdc0c3a0a98224d23f (diff)
JoinLines frontend
Diffstat (limited to 'code/package.json')
-rw-r--r--code/package.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/code/package.json b/code/package.json
index 35367edb6..20a6ceee7 100644
--- a/code/package.json
+++ b/code/package.json
@@ -44,6 +44,10 @@
44 { 44 {
45 "command": "libsyntax-rust.parentModule", 45 "command": "libsyntax-rust.parentModule",
46 "title": "Rust Parent Module" 46 "title": "Rust Parent Module"
47 },
48 {
49 "command": "libsyntax-rust.joinLines",
50 "title": "Rust Join Lines"
47 } 51 }
48 ], 52 ],
49 "keybindings": [ 53 "keybindings": [
@@ -61,6 +65,11 @@
61 "command": "libsyntax-rust.extendSelection", 65 "command": "libsyntax-rust.extendSelection",
62 "key": "ctrl+w", 66 "key": "ctrl+w",
63 "when": "editorTextFocus && editorLangId == rust" 67 "when": "editorTextFocus && editorLangId == rust"
68 },
69 {
70 "command": "libsyntax-rust.joinLines",
71 "key": "ctrl+shift+j",
72 "when": "editorTextFocus && editorLangId == rust"
64 } 73 }
65 ], 74 ],
66 "problemMatchers": [ 75 "problemMatchers": [