-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
30 lines (30 loc) · 1004 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "davidwaterston.goto-matching-bracket",
"title": "Go to Matching Bracket",
"description": "Instantly locate and place the cursor on the matching bracket to the one under the cursor. Simply place the cursor on any one of {, }, (, ), [ or ] then press CTRL-ALT-RIGHT (CMD-ALT-RIGHT on Mac) or use the 'Navigate... Go to Matching Bracket' menu item to locate and place the cursor on the matching opening or closing bracket. NOTE: v2.0.0 changed the hotkey for compatibility with Brackets 1.3.",
"homepage": "https://github.com/davidwaterston/goto-matching-bracket",
"version": "2.2.1",
"author": "David Waterston",
"license": "MIT",
"i18n": [
"cs",
"en",
"de",
"fr",
"it",
"pl",
"pt-pt",
"ru"
],
"keywords": [
"brackets",
"braces",
"cursor",
"match",
"matching"
],
"categories": "editing",
"engines": {
"brackets": ">=1.2.0"
}
}