Files
euler/euler.sublime-project
2020-01-03 22:01:42 -05:00

21 lines
278 B
Plaintext

{
"build_systems":
[
{
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
"name": "Anaconda Python Builder",
"selector": "source.python",
"shell_cmd": "\"python\" -u \"$file\""
}
],
"folders":
[
{
"path": "python"
},
{
"path": "txt"
}
]
}