comictagger/comictagger.sublime-project

18 lines
248 B
Plaintext
Raw Permalink Normal View History

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