Skip to content

Instantly share code, notes, and snippets.

@dcsobral
Forked from jboner/SBT.sublime-build
Created February 23, 2012 18:31
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dcsobral/1894246 to your computer and use it in GitHub Desktop.
Save dcsobral/1894246 to your computer and use it in GitHub Desktop.
Sublime Editor SBT build setup
{
"cmd": ["sbt-no-color test"],
"file_regex": "^\\[error\\] ([.a-z_A-Z0-9/-]+[.]scala):([0-9]+):",
"selector": "source.scala",
"working_dir": "${project_path:${folder}}",
"shell": "true"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment