Files
ChocolateyPackages/EthanBrown.SublimeText2.GitPackages/tools/PackageCache/GitHubinator/Context.sublime-menu
2013-04-04 08:55:33 -04:00

7 lines
443 B
Plaintext

[
{ "command": "githubinator", "caption": "GitHubinator", "args": { "permalink": false } },
{ "command": "githubinator", "caption": "GitHubinator Permalink", "args": { "permalink": true } },
{ "command": "githubinator", "caption": "GitHubinator Blame", "args": { "permalink": false, "mode": "blame" } },
{ "command": "githubinator", "caption": "GitHubinator Blame Permalink", "args": { "permalink": true, "mode": "blame" } }
]