Skip to content

Instantly share code, notes, and snippets.

@k33g
Created March 3, 2013 08:07
Show Gist options
  • Save k33g/5075275 to your computer and use it in GitHub Desktop.
Save k33g/5075275 to your computer and use it in GitHub Desktop.
golo sublime build
{
"cmd": ["/Users/k33g_org/Dropbox/golo/r0/bin/gologolo","$file"],
"selector": "source.golo",
"osx":
{
"path": "/usr/local/bin:$PATH",
"env":{
"JAVA_HOME":"/Library/Java/JavaVirtualMachines/ea.jdk1.8.0/"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment