Adding sublime text project file

This commit is contained in:
Kareem Sorathia
2020-01-23 08:11:17 -05:00
parent 8766a9455e
commit 124c7adcf9

40
kaiju.sublime-project Normal file
View File

@@ -0,0 +1,40 @@
{
"build_systems":
[
{
"file_regex": "/([^/:]+):(\\d+):(\\d+): ",
"name": "kaijucmake",
"shell_cmd": "echo $PWD;make -C build"
},
{
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
"name": "Anaconda Python Builder",
"selector": "source.python",
"shell_cmd": "\"python\" -u \"$file\""
}
],
"folders":
[
{
"path": "src"
},
{
"folder_include_patterns":
[
"*.py"
],
"path": "scripts"
},
{
"file_exclude_patterns":
[
"__init__.py"
],
"folder_exclude_patterns":
[
"__pycache__"
],
"path": "kaipy"
}
]
}