Skip to content

Instantly share code, notes, and snippets.

@LazyRen
Created August 23, 2018 21:01
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 LazyRen/1bb565bc42560a921af3fb63300b56f8 to your computer and use it in GitHub Desktop.
Save LazyRen/1bb565bc42560a921af3fb63300b56f8 to your computer and use it in GitHub Desktop.
mac sublime build system code. Use with matching .sh file!
{
"shell_cmd": "sh /Users/lazyren/Documents/Programming/python_cmd.sh \"${file}\"",
"file_regex": "^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$",
"selector": "source.python",
"env": {"PYTHONIOENCODING": "utf-8"}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment