Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
- misc
  • Loading branch information
DisposaBoy committed Jul 7, 2012
1 parent c9f9386 commit 9832e6a
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AUTHORS.md
Expand Up @@ -2,6 +2,6 @@ This is the official list of GoSublime authors for copyright purposes.

* Christoph Hack `https://github.com/tux21b`
* Dave Brophy `https://github.com/davelondon`
* DisposaBoy `disposaboy@dby.me`
* dersebi `https://github.com/dersebi`
* DisposaBoy `https://github.com/DisposaBoy`
* teejae `https://github.com/teejae`
2 changes: 1 addition & 1 deletion LICENSE.md
@@ -1,4 +1,4 @@
Copyright (c) 2011 The GoSublime Authors
Copyright (c) 2012 The GoSublime Authors

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
38 changes: 38 additions & 0 deletions Main.sublime-menu
Expand Up @@ -51,6 +51,44 @@
"args": {
"file": "${packages}/GoSublime/Default (OSX).sublime-keymap"
}
},
{ "caption": "-" },
{
"caption": "Changes & Announcement",
"command": "open_file",
"args": {
"file": "${packages}/GoSublime/CHANGELOG.md"
}
},
{ "caption": "-" },
{
"caption": "Read Me",
"command": "open_file",
"args": {
"file": "${packages}/GoSublime/README.md"
}
},
{
"caption": "Usage & Tips",
"command": "open_file",
"args": {
"file": "${packages}/GoSublime/USAGE.md"
}
},
{ "caption": "-" },
{
"caption": "Authors & Contributors",
"command": "open_file",
"args": {
"file": "${packages}/GoSublime/AUTHORS.md"
}
},
{
"caption": "License (MIT)",
"command": "open_file",
"args": {
"file": "${packages}/GoSublime/LICENSE.md"
}
}
]
}
Expand Down

0 comments on commit 9832e6a

Please sign in to comment.