Skip to content

Instantly share code, notes, and snippets.

@gingerBill
Last active October 27, 2016 22:01
Show Gist options
  • Save gingerBill/ae33515cad4918d8db7796426c67ff61 to your computer and use it in GitHub Desktop.
Save gingerBill/ae33515cad4918d8db7796426c67ff61 to your computer and use it in GitHub Desktop.
{
"shell_cmd": "build",
"file_regex": "^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$",
"working_dir": "${project_path:${folder}}"
}
{
"shell_cmd": "build.bat",
"file_regex": "^ *([A-z]:.*)[(]([0-9]+)(?:[:][0-9]+)*[)]",
"working_dir": "${project_path:${folder}}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment