David Blume's GitList
Repositories
testpython.git
Code
Commits
Branches
Tags
Search
Tree:
993c3ff
Branches
Tags
main
python2
testpython.git
testpython.sublime-project
Added Sublime Text 3 project.
David Blume
commited
993c3ff
at 2016-08-14 12:41:48
testpython.sublime-project
Blame
History
Raw
{ "folders": [ { "path": ".", "folder_exclude_patterns": [".idea"], "file_exclude_patterns": ["tags", "*.pyc", "*.sublime-project"] } ], "build_systems": [ { "name": "Run", "working_dir": "$project_path", "windows": { "shell_cmd": "C:/Python27/python.exe testpython.py" }, "osx": { "shell_cmd": "./testpython.py" }, "linux": { "shell_cmd": "./testpython.py" }, "file_regex": "^(...*?):([0-9]*):?([0-9]*)" } ] }