Skip to content

Instantly share code, notes, and snippets.

@huskercane
Created November 12, 2014 18:54
Show Gist options
  • Select an option

  • Save huskercane/b4bbfe12dd151589adbe to your computer and use it in GitHub Desktop.

Select an option

Save huskercane/b4bbfe12dd151589adbe to your computer and use it in GitHub Desktop.
Run groovy script from sublime text 3 Tools -> Build System -> New Build System, Paste below and save as groovy.sublime-build
{
"cmd": ["groovy","$file"],
"selector": "source.groovy",
"file_regex": "[ ]*at .+[(](.+):([0-9]+)[)]",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment