Created
November 19, 2015 03:00
-
-
Save FMCorz/19f1c72bf37b747942be to your computer and use it in GitHub Desktop.
Sublime Text PHP Build system
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
Show hidden characters
{ | |
"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