Created
March 13, 2013 11:49
-
-
Save steinmb/5151384 to your computer and use it in GitHub Desktop.
Sublimetext 2 PHP build system. Goto Tools->Build system->New build system. Replace content with this. You are now able to build PHP directly within ST2 by running Tool->Build or crtl+B/command+B(OS X).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"cmd": ["php", "-d", "error_prepend_string=''", "-d", "error_append_string=''", "-d", "xdebug.default_enable='Off'", "-f", "$file"], | |
"file_regex": ".*(?: in )(.*) on line ([0-9]*)", | |
"selector": "source.php" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment