summaryrefslogtreecommitdiff
path: root/examples/hello-zig/.nova/Tasks/Zig Package.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hello-zig/.nova/Tasks/Zig Package.json')
-rw-r--r--examples/hello-zig/.nova/Tasks/Zig Package.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/hello-zig/.nova/Tasks/Zig Package.json b/examples/hello-zig/.nova/Tasks/Zig Package.json
new file mode 100644
index 0000000..10830e6
--- /dev/null
+++ b/examples/hello-zig/.nova/Tasks/Zig Package.json
@@ -0,0 +1,8 @@
1{
2 "buildBeforeRunning" : true,
3 "extension" : {
4 "identifier" : "at.dcz.nova-zig",
5 "name" : "Zig"
6 },
7 "extensionTemplate" : "zigBuildRun"
8}