From 7847589982ef2855af5d5248e0ff39e14d6c0e1f Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Wed, 18 Mar 2026 10:57:09 +0100 Subject: [PATCH] feat: update tree-sitter package to 0.26 (also adds languages) This is a major update of the tree-sitter depedencies (via flow-syntax). In addtion to updating tree-sitter from the 0.24 branch to 0.26 there are also updates to all tree-sitter parsers and a couple of new languages. The supported tree-sitter ABI is now at version 15. (min version still 13) New languages: d (dlang) llvm (LLVM IR) comment (tags in comment blocks in many languages) query (tree-sitter queries) rpmbash (bash embedded in rpmspec files) This should also unblock a few other file type requests, but they are not included here directly and will follow later. closes #540 --- build.zig.zon | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.zig.zon b/build.zig.zon index d917229..580213e 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -6,8 +6,8 @@ .dependencies = .{ .syntax = .{ - .url = "git+https://github.com/neurocyte/flow-syntax?ref=master#2d2d8dd88d06e82fa58e0066373f3891edfb6dd4", - .hash = "flow_syntax-0.7.2-X8jOoeFTAQC672CaogV8C-wVQyyWTlYnVNKpRzAOiZUY", + .url = "git+https://github.com/neurocyte/flow-syntax?ref=master#2b6cd9fe39e05ac5765879dd8edb5a13ce83d3b0", + .hash = "flow_syntax-0.7.2-X8jOoeFTAQAGFrZu7z5IYI1HeCeOcNfKRksEk9TxiHA9", }, .flags = .{ .url = "git+https://github.com/neurocyte/flags?ref=main#984b27948da3e4e40a253f76c85b51ec1a9ada11",