Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "shell_cmd": ["C:/Users/Splendor/AppData/Local/Programs/Python/Python37/python.exe", "-u", "$file"],
- "file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
- "selector": "source.python",
- "env": {"PYTHONIOENCODING": "utf-8"},
- "variants":
- [
- {
- "name": "Syntax Check",
- "shell_cmd": "python -m py_compile \"${file}\"",
- }
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement