Skip to content

Instantly share code, notes, and snippets.

@itang
Created July 6, 2011 08:53
Show Gist options
  • Save itang/1066861 to your computer and use it in GitHub Desktop.
Save itang/1066861 to your computer and use it in GitHub Desktop.
sbt build script for sublime text editor [windows]
{
"cmd": ["xsbt compile"],
"file_regex": "^\\[error\\] ([.a-zA-Z0-9/-]+[.]scala):([0-9]+):",
"selector": "source.scala",
"working_dir": "${project_path:${folder}}",
"shell": "true",
"encoding": "GBK"
}
http://sublimetext.info/docs/en/core/build_systems.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment