Skip to content

Commit

Permalink
Add menu entry for README
Browse files Browse the repository at this point in the history
  • Loading branch information
catch22 committed Jun 2, 2018
1 parent d900fc4 commit 6ea5c5e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Main.sublime-menu
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@
{
"caption": "PyYapf",
"children": [
{
"caption": "README",
"command": "open_file",
"args": {
"file": "${packages}/PyYapf Python Formatter/README.md"
}
},
{
"caption": "Settings",
"command": "edit_settings",
Expand Down

0 comments on commit 6ea5c5e

Please sign in to comment.