dotfiles/sublime/python3.sublime-build
2019-02-08 09:03:23 +01:00

6 lines
137 B
Plaintext

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