-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
12 lines (12 loc) · 864 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
{
"name": "brackets-semicolon-terminator",
"title": "Semicolon Terminator",
"description": "SHIFT+ENTER - > Puts semicolon at current line, creates and indents new line below. \nALT+ENTER - > Puts semicolon at the end of the current line, but keeps the cursor where it is. \nSimple, useful.\n\nThis is a modification to an original work which was inserting extra carriage returns and would continue to add semicolons to lines that already had them. I also didn't like the shortcuts, so I updated to something that made more sense to me. \nBased entirely on https://github.com/nechor/brackets-semicenter",
"version": "0.9.2",
"keywords": ["js, javascript, edit, editing, semicolon"],
"author": "Tony Archer <[email protected]>",
"homepage": "https://github.com/zeg-io/brackets-semicolon-terminator",
"engines": {
"brackets": ">=0.31.0"
}
}