Advertisement
Guest User

Untitled

a guest
Feb 9th, 2020
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.34 KB | None | 0 0
  1. {
  2.     "shell_cmd": ["C:/Users/Splendor/AppData/Local/Programs/Python/Python37/python.exe", "-u", "$file"],
  3.     "file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
  4.     "selector": "source.python",
  5.  
  6.     "env": {"PYTHONIOENCODING": "utf-8"},
  7.  
  8.     "variants":
  9.     [
  10.         {
  11.             "name": "Syntax Check",
  12.             "shell_cmd": "python -m py_compile \"${file}\"",
  13.         }
  14.     ]
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement