Mercurial > repos > nick > duplex
comparison duplex.sublime-project @ 4:af383638de66 draft
planemo upload commit 022984f323d3da44f70b3bf79c684cfd8dda3f61-dirty
author | nick |
---|---|
date | Mon, 23 Nov 2015 18:44:23 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
3:13bcc2f459b0 | 4:af383638de66 |
---|---|
1 { | |
2 "build_systems": | |
3 [ | |
4 { | |
5 "file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)", | |
6 "name": "Anaconda Python Builder", | |
7 "selector": "source.python", | |
8 "shell_cmd": "python -u \"$file\"" | |
9 } | |
10 ], | |
11 "folders": | |
12 [ | |
13 { | |
14 "path": "/home/me/bx/code/duplex" | |
15 } | |
16 ] | |
17 } |