Add sublime project.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,5 +1,4 @@
|
|||||||
*.swp
|
*.swp
|
||||||
.ipynb_checkpoints
|
.ipynb_checkpoints
|
||||||
__pycache__
|
__pycache__
|
||||||
euler.sublime-project
|
|
||||||
euler.sublime-workspace
|
euler.sublime-workspace
|
||||||
|
|||||||
20
euler.sublime-project
Normal file
20
euler.sublime-project
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
{
|
||||||
|
"build_systems":
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
|
||||||
|
"name": "Anaconda Python Builder",
|
||||||
|
"selector": "source.python",
|
||||||
|
"shell_cmd": "\"python\" -u \"$file\""
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"folders":
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"path": "python"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "txt"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user