discrete_optimization/discrete_optimization.sublime-project

18 lines
247 B
Plaintext
Raw Normal View History

2019-11-24 19:28:23 +01:00
{
2019-12-04 18:50:14 +01:00
"build_systems":
[
{
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
"name": "Anaconda Python Builder",
"selector": "source.python",
"shell_cmd": "\"python\" -u \"$file\""
}
],
2019-11-24 19:28:23 +01:00
"folders":
[
{
"path": "."
}
]
}