CodyKochmann
8/6/2016 - 1:17 PM

Sublime Text build systems

Sublime Text build systems

{
    "cmd": ["bash", "/home/cody/.scripts/rust", "$file"]
}
{
    "cmd": ["python3", "$file"]
}
{
    "cmd": ["php", "-f", "$file"],
    "selector" : "source.php"
}
{
    "cmd": ["php", "-l", "$file"],
    "selector" : "source.php"
}
{
    "cmd": ["bash", "/home/cody/.scripts/chrome", "$file"]
}
{
    "shell_cmd": ["node","$file"]
}
{
    "cmd": ["coffee","-c", "$file"],
    "selector" : "source.coffee"
}
{
    "cmd": ["coffee","-c", "-p", "--no-header", "$file"],
    "selector" : "source.coffee"
}
{
    "cmd": ["/home/cody/.scripts/cargo-run"]
}
{
    "cmd": ["bash", "$file"],
    "selector" : "source.sh"
}