dotfiles/sublime/python3.sublime-build

6 lines
137 B
Plaintext

{
"cmd": ["python3", "-i", "-u", "$file"],
"file_regex": "^[ ]File \"(...?)\", line ([0-9]*)",
"selector": "source.python"
}