Skip to content

Instantly share code, notes, and snippets.

@lovelock
Created March 22, 2016 14:21
Show Gist options
  • Save lovelock/19d246a3d08966067c0c to your computer and use it in GitHub Desktop.
Save lovelock/19d246a3d08966067c0c to your computer and use it in GitHub Desktop.
Sublime build system for PHP
{
"cmd": ["/usr/local/bin/php", "$file"],
"file_regex": "php$",
"selector": "source.php"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment