Skip to content

Instantly share code, notes, and snippets.

@victorstanciu
Created December 13, 2012 10:16
Show Gist options
  • Save victorstanciu/4275483 to your computer and use it in GitHub Desktop.
Save victorstanciu/4275483 to your computer and use it in GitHub Desktop.
Sublime Text 2 PHP build system
{
"cmd": ["php", "-f", "$file"],
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
"selector": "source.php"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment