Skip to content

Instantly share code, notes, and snippets.

@teaplanet
Created August 6, 2012 15:26
Show Gist options
  • Select an option

  • Save teaplanet/3275530 to your computer and use it in GitHub Desktop.

Select an option

Save teaplanet/3275530 to your computer and use it in GitHub Desktop.
sbt build for Sublime Text 2
{
"cmd": ["/usr/local/bin/sbt-no-color compile"],
"file_regex": "^\\[error\\] ([.a-zA-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