Commit 355fe9fa authored by FichteFoll's avatar FichteFoll

Add Sublime Text project file (with build system)

parent 649459c7
.DS_Store
*.pyc
*.sublime-workspace
{
"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"
}
]
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment