Skip to content

Commit

Permalink
Merge pull request #3 from mimshwright/master
Browse files Browse the repository at this point in the history
Added a command for the command palette.
  • Loading branch information
billymoon committed Jan 15, 2013
2 parents 8ad6290 + 3edf8ce commit bf9c6c6
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions LoremIpsum.sublime-commands
@@ -0,0 +1,26 @@
[

{
"caption": "LoremIpsum: (5) a bit",
"command": "lorem_ipsum",
"args": {"qty": 5 }
},

{
"caption": "LoremIpsum: (15) some",
"command": "lorem_ipsum",
"args": {"qty": 15 }
},

{
"caption": "LoremIpsum: (30) lots",
"command": "lorem_ipsum",
"args": {"qty": 30 }
},

{
"caption": "LoremIpsum: (200) stick shake",
"command": "lorem_ipsum",
"args": {"qty": 200 }
}
]

0 comments on commit bf9c6c6

Please sign in to comment.