Created
November 12, 2014 18:54
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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