Skip to content

Instantly share code, notes, and snippets.

@rachelbaker
Created August 17, 2012 20:43
Show Gist options
  • Select an option

  • Save rachelbaker/3382444 to your computer and use it in GitHub Desktop.

Select an option

Save rachelbaker/3382444 to your computer and use it in GitHub Desktop.
Sublime Text 2 PHP Build Script. Lints php files
{
"cmd": ["/usr/bin/php", "-l", "$file"]
, "selector": "source.php"
, "file_regex": "^Parse error: .* in (.*?) on line ([0-9]*)"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment