Skip to content

Instantly share code, notes, and snippets.

@dragos
Created January 27, 2012 14:53
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 dragos/1689139 to your computer and use it in GitHub Desktop.
Save dragos/1689139 to your computer and use it in GitHub Desktop.
Use F4 to jump to error in SublimeText2
{
"cmd": ["/opt/scala/bin/scalac", "$file"],
"file_regex": "^(\\S...*?):([0-9]*):?([0-9]*)",
"selector": "source.scala"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment