/ ctiger.sublime-project
ctiger.sublime-project
1 { 2 "folders": 3 [ 4 { 5 "path": ".", 6 } 7 ], 8 "build_systems": 9 [ 10 { 11 "file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)", 12 "name": "Anaconda Python Builder", 13 "selector": "source.python", 14 "shell_cmd": "\"python\" -u \"$file\"" 15 } 16 ], 17 }