Skip to content

Instantly share code, notes, and snippets.

@elskwid
Created November 19, 2012 21:38
Show Gist options
  • Save elskwid/4114170 to your computer and use it in GitHub Desktop.
Save elskwid/4114170 to your computer and use it in GitHub Desktop.
Modify Markedapp build for sublime to include command palette entry
{
"cmd": ["open","-a","/Applications/Marked.app","$file"],
"selector": "text.html.markdown",
"variants": [
{
"cmd": ["open","-a","/Applications/Marked.app","$file"],
"name": "Open in Marked"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment