From 8b52202ff26ef704dea76897f5132cf4b2c11f0c Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Mon, 29 Sep 2025 21:34:09 +0200 Subject: [PATCH] build: update flow-syntax for fix in syntax.highlights_at_point --- build.zig.zon | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.zig.zon b/build.zig.zon index 07ac467..bd1ec56 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -6,8 +6,8 @@ .dependencies = .{ .syntax = .{ - .url = "git+https://github.com/neurocyte/flow-syntax?ref=zig-0.14#9f430faf6c31cab2be13ebb5406f6a7476b7eb61", - .hash = "flow_syntax-0.1.0-X8jOoYsSAQCAPWeJEamG_eyMOYZFN_ZWZAdKnnGtUhBi", + .url = "git+https://github.com/neurocyte/flow-syntax?ref=zig-0.14#6d15b825573b0f764c633b2e00e2172a0adc9c5a", + .hash = "flow_syntax-0.1.0-X8jOofkSAQCj8GcHdu_tWBNTS4fSy2AKT2KTsAZiEBlN", }, .flags = .{ .url = "https://github.com/n0s4/flags/archive/372501d1576b5723829bcba98e41361132c7b618.tar.gz",