Mercurial > repos > nick > duplex
diff duplex.sublime-project @ 4:af383638de66 draft
planemo upload commit 022984f323d3da44f70b3bf79c684cfd8dda3f61-dirty
author | nick |
---|---|
date | Mon, 23 Nov 2015 18:44:23 -0500 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/duplex.sublime-project Mon Nov 23 18:44:23 2015 -0500 @@ -0,0 +1,17 @@ +{ + "build_systems": + [ + { + "file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)", + "name": "Anaconda Python Builder", + "selector": "source.python", + "shell_cmd": "python -u \"$file\"" + } + ], + "folders": + [ + { + "path": "/home/me/bx/code/duplex" + } + ] +}