-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathohayo.sublime-project
34 lines (33 loc) · 1.01 KB
/
ohayo.sublime-project
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"folders":
[
{
"path": ".",
"folder_exclude_patterns": ["node_modules", "dist", "ignore", "coverage" , ".nyc_output"],
"file_exclude_patterns": ["builder.js", "dev.html", "ohayo.project", "ohayo.es6.browser.js", "*.min.css", "*.tsv", "*.csv", "*.min.js", "handsontable.full.min.js", "sanitize-html.min.js", "tiles.browser.js", "vis.min.js", "datatables.min.js", "ohayo/ohayo.browser.js", "*movies.json", "*.nodejs.js", "ohayo.grammar", "oswarm.grammar"]
}
],
"build_systems":
[
{
"name": "coverFile",
"shell_cmd": "istanbul cover tape ${file}"
},
{
"name": "cellCheck",
"shell_cmd": "jtree check ${file}"
},
{
"name": "formatFile",
"shell_cmd": "jtree format ${file}"
},
{
"name": "executeFile",
"shell_cmd": "${file}"
},
{
"name": "makeExecutable",
"shell_cmd": "chmod +x ${file}"
}
]
}