Skip to content

Commit

Permalink
Add Select Inside Brackets to Selection menu
Browse files Browse the repository at this point in the history
  • Loading branch information
mnquintana committed Apr 24, 2015
1 parent 6bb40ec commit b36206c
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions menus/bracket-matcher.cson
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,15 @@
{ 'label': 'Go To Matching Bracket', 'command': 'bracket-matcher:go-to-matching-bracket' }
{ 'label': 'Select Inside Brackets', 'command': 'bracket-matcher:select-inside-brackets' }
{ 'label': 'Remove Brackets From Selection', 'command': 'bracket-matcher:remove-brackets-from-selection' }
{ 'label': 'Close Current Tag', 'command': 'bracket-matcher:close-tag'}
{ 'label': 'Remove Matching Brackets', 'command': 'bracket-matcher:remove-matching-brackets'}
{ 'label': 'Close Current Tag', 'command': 'bracket-matcher:close-tag' }
{ 'label': 'Remove Matching Brackets', 'command': 'bracket-matcher:remove-matching-brackets' }
]
]
},
{
'label': 'Selection'
'submenu': [
{ 'label': 'Select Inside Brackets', 'command': 'bracket-matcher:select-inside-brackets' }
]
}
]

0 comments on commit b36206c

Please sign in to comment.