Skip to content

Commit

Permalink
Add Sublime Text project file (with build system)
Browse files Browse the repository at this point in the history
  • Loading branch information
FichteFoll committed Aug 18, 2014
1 parent 649459c commit 355fe9f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.DS_Store
*.pyc
*.sublime-workspace
18 changes: 18 additions & 0 deletions package_control_channel.sublime-project
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"folders":
[
{
"path": "."
}
],
"build_systems":
[
{
"name": "Run Tests",
"cmd": ["python", "-m", "unittest"],
"file_regex": "^\\s*File \"(.*?)\", line \\d+",
"working_dir": "${project_path:${folder}}",
"selector": "source.json, source.python"
}
]
}

0 comments on commit 355fe9f

Please sign in to comment.