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