Created
August 23, 2018 21:01
-
-
Save LazyRen/1bb565bc42560a921af3fb63300b56f8 to your computer and use it in GitHub Desktop.
mac sublime build system code. Use with matching .sh file!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"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