Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@cbmeeks
Created March 1, 2013 01:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cbmeeks/5061917 to your computer and use it in GitHub Desktop.
Save cbmeeks/5061917 to your computer and use it in GitHub Desktop.
KickAssembler Sublime Text 2 Build System
{
"cmd": ["java -jar ~/bin/KickAss.jar $file_base_name.$file_extension;open $file_base_name.prg"],
"selector": "source.KickAss",
"shell": "true",
"working_dir": "${project_path}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment