refactor: migrate to flow-syntax

This commit is contained in:
CJ van den Berg 2024-03-06 20:04:41 +01:00
parent 87446df0ca
commit a98e9f9f2c
6 changed files with 7 additions and 615 deletions

View file

@ -2,10 +2,6 @@
.name = "zat",
.version = "0.0.1",
.dependencies = .{
.@"tree-sitter" = .{
.url = "https://github.com/neurocyte/tree-sitter/releases/download/master-fb56a3e014f77e8189ae8b60408c555f8fe8be88/source.tar.gz",
.hash = "12200ead593d0f6aa6352dba239cc83a1d1457b060738560dbb890fd5cc5957d710f",
},
.clap = .{
.url = "https://github.com/Hejsil/zig-clap/archive/9c23bcb5aebe0c2542b4de4472f60959974e2222.tar.gz",
.hash = "12209e829da9d7d0bc089e4e0cbc07bb882f6192cd583277277da34df53cd05b8f2a",
@ -14,6 +10,10 @@
.url = "https://github.com/neurocyte/flow-themes/releases/download/master-62f09365e311aa72a3b6703b7041c5d1352b15f6/flow-themes.tar.gz",
.hash = "12205b1842c2de65ffbfe08742fbd15cf3800174e7d943a7fa5dcfb5d3b09b8c386b",
},
.syntax = .{
.url = "https://github.com/neurocyte/flow-syntax/archive/e58df221cc9ea8086fdb26df348f04429361d1f0.tar.gz",
.hash = "1220f1772359f6c1fc04df79b3f9aa5899efc87b3b8d0e65f44b40df66260cf79183",
},
},
.paths = .{
"build.zig",