Files
discrete_optimization/discrete_optimization.sublime-project
T
2019-12-04 12:50:14 -05:00

18 lines
247 B
Plaintext

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