Skip to content

Commit

Permalink
Adding context menu.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziang Song committed Jul 21, 2015
1 parent c094669 commit 1b68285
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions Context.sublime-menu
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
[
{
"caption": "-",
"id": "separator"
},
{
"caption": "Diffy (2 Columns)",
"mnemonic": "d",
"id": "diffy",
"children":
[
{
"id" : "diffyStart",
"caption" : "Compare",
"command" : "diffy"
},
{
"id" : "diffyEnd",
"caption": "Clear",
"command": "diffy",
"args": {"action": "clear"}
}
]
}
]

0 comments on commit 1b68285

Please sign in to comment.