Skip to content

Instantly share code, notes, and snippets.

@superzazu
Created July 16, 2018 21:05
Show Gist options
  • Save superzazu/c40fa77d5c6ff0c500ddaaa4aa8ae14f to your computer and use it in GitHub Desktop.
Save superzazu/c40fa77d5c6ff0c500ddaaa4aa8ae14f to your computer and use it in GitHub Desktop.
PICO-8 Sublime Text 3 build
{
"cmd": ["/Applications/PICO-8.app/Contents/MacOS/pico8", "-run", "$file"],
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
"selector": "source.p8"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment