Skip to content

Commit

Permalink
Fixed menu action names
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeche committed Dec 26, 2013
1 parent 03c1125 commit 92d392e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Default.sublime-commands
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@
},

{
"caption": "Emmet: Match Pair (outward)",
"caption": "Emmet: Balance (outward)",
"command": "run_emmet_action",
"args": {
"action": "match_pair_outward"
"action": "balance_outward"
}
},

{
"caption": "Emmet: Match Pair (inward)",
"caption": "Emmet: Balance (inward)",
"command": "run_emmet_action",
"args": {
"action": "match_pair_inward"
"action": "balance_inward"
}
},

Expand Down

0 comments on commit 92d392e

Please sign in to comment.