0

Build - add selector by mask

Ladislav Prskavec 11 years ago 0

Example:

php files to execute by php.sublime-build  - Class.php

php files with tests by phpunit.sublime-build  - ClassTest.php


some as: 

{
"cmd": ["php", "$file"],
"selector": "source.php",
"mask": "*Test.php",
"target": "exec"
}