Created
March 22, 2016 14:21
-
-
Save lovelock/19d246a3d08966067c0c to your computer and use it in GitHub Desktop.
Sublime build system for PHP
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": ["/usr/local/bin/php", "$file"], | |
"file_regex": "php$", | |
"selector": "source.php" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment