Skip to content

Instantly share code, notes, and snippets.

@LazyRen
Created August 23, 2018 21:01
Embed
What would you like to do?
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