Skip to content

Commit

Permalink
add prettier selection to command pallete
Browse files Browse the repository at this point in the history
  • Loading branch information
danreeves committed Jan 12, 2017
1 parent dfde178 commit cabedbe
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions Default.sublime-commands
@@ -1,6 +1,10 @@
[
{
"caption": "Prettier: Format this file",
"command": "prettier"
}
{
"caption": "Prettier: Format this file",
"command": "prettier"
},
{
"caption": "Prettier: Format this selection",
"command": "prettier_selection"
}
]

0 comments on commit cabedbe

Please sign in to comment.