Skip to content

Instantly share code, notes, and snippets.

@rorydriscoll
Created February 17, 2012 18:03
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save rorydriscoll/1854656 to your computer and use it in GitHub Desktop.
Save rorydriscoll/1854656 to your computer and use it in GitHub Desktop.
Sublime Text build system for Lua
{
"cmd": ["lua", "$file"],
"file_regex": "^lua: (...*?):([0-9]*):?([0-9]*)",
"selector": "source.lua"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment