mirror of
https://github.com/JHUAPL/kaiju.git
synced 2026-01-09 15:17:56 -05:00
Adding sublime text project file
This commit is contained in:
40
kaiju.sublime-project
Normal file
40
kaiju.sublime-project
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user