From 6992eddeb9a4a013886db0cbca2156686d01efe4 Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Sun, 16 Nov 2025 17:27:10 +0100 Subject: [PATCH 1/3] feat: update tree-sitter for newer ziggy and superhtml --- build.zig.zon | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.zig.zon b/build.zig.zon index 4b99238..024fc41 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -6,8 +6,8 @@ .dependencies = .{ .tree_sitter = .{ - .url = "https://github.com/neurocyte/tree-sitter/releases/download/master-3cfb01c2f3349791a500f59bcc89b867d017d5b8/source.tar.gz", - .hash = "tree_sitter-0.22.4-150-g7e3f5726-z0LhyI7XuS7mSbx26jCz5VkJ_c1oL8vvC6WBgx0Idkpg", + .url = "https://github.com/neurocyte/tree-sitter/releases/download/master-6e2827ee231e220467bf04d2a2746faff5cb204a/source.tar.gz", + .hash = "tree_sitter-0.22.4-150-g7e3f5726-z0LhyGeG1y67PeOltaplVkxRNT2jMMexQhbUlrh0vdxM", }, .cbor = .{ .url = "git+https://github.com/neurocyte/cbor?ref=master#7d2eeb68c8a2fb3f4d6baad6cc04c521b92974c0", From 551c916d12e6151d87aacb0b86cfe5ed8d6f2320 Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Thu, 5 Feb 2026 09:35:47 +0100 Subject: [PATCH 2/3] fix: bump minimum_zig_version to 0.15.2 We actually compile with 0.15.0, but there are bugs causing issues with ts_bin_query_gen. So we bump to 0.15.2 as that is much more stable and noone should really use 0.15.0 anyway. fixes #16 --- build.zig.zon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.zig.zon b/build.zig.zon index 4b99238..13316d9 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -2,7 +2,7 @@ .name = .flow_syntax, .version = "0.6.0", .fingerprint = 0x3ba2584ea1cec85f, - .minimum_zig_version = "0.15.0", + .minimum_zig_version = "0.15.2", .dependencies = .{ .tree_sitter = .{ From d6e867378babfd899486547b6e59bf7863f6097e Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Thu, 5 Feb 2026 09:35:47 +0100 Subject: [PATCH 3/3] fix: bump minimum_zig_version to 0.15.2 We actually compile with 0.15.0, but there are bugs causing issues with ts_bin_query_gen. So we bump to 0.15.2 as that is much more stable and noone should really use 0.15.0 anyway. fixes #16 --- build.zig.zon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.zig.zon b/build.zig.zon index 024fc41..7bb39ac 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -2,7 +2,7 @@ .name = .flow_syntax, .version = "0.6.0", .fingerprint = 0x3ba2584ea1cec85f, - .minimum_zig_version = "0.15.0", + .minimum_zig_version = "0.15.2", .dependencies = .{ .tree_sitter = .{