Skip to content

Instantly share code, notes, and snippets.

@FMCorz
Created November 19, 2015 03:00
Show Gist options
  • Save FMCorz/19f1c72bf37b747942be to your computer and use it in GitHub Desktop.
Save FMCorz/19f1c72bf37b747942be to your computer and use it in GitHub Desktop.
Sublime Text PHP Build system
{
"cmd": ["php", "$file"],
"file_regex": "php$",
"selector": "source.php",
"file_regex": "^PHP .+ in (.+) on line ([0-9]+)$",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment