Skip to content

Commit

Permalink
Added both commands to the command palette. Resolves #8.
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasBuse committed Jun 8, 2017
1 parent fb0ee8b commit aa537bf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Default.sublime-commands
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[
{ "caption": "Delete Blank Lines",
"command": "delete_blank_lines",
"args": { "surplus": false} },

{ "caption": "Delete Surplus Blank Lines",
"command": "delete_blank_lines",
"args": { "surplus": true} },
]

0 comments on commit aa537bf

Please sign in to comment.