This is an automated email from the git hooks/post-receive script. guix_mirror_bot pushed a commit to branch rust-team in repository guix.
The following commit(s) were added to refs/heads/rust-team by this push: new dd995e3a47 gnu: Add tree-sitter-zig. dd995e3a47 is described below commit dd995e3a47340ed11b83b24fe71d13b929a7df8d Author: Lynn Leichtle <l...@lynn.sh> AuthorDate: Wed May 28 17:05:21 2025 +0200 gnu: Add tree-sitter-zig. * gnu/packages/tree-sitter.scm (tree-sitter-zig): New variable. Change-Id: Ic2fbb11fefe804289ad9e4b420b946e8e6a467a9 Signed-off-by: Lynn Leichtle <l...@lynn.sh> Signed-off-by: Hilton Chain <hako@ultrarare.space> --- gnu/packages/tree-sitter.scm | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/gnu/packages/tree-sitter.scm b/gnu/packages/tree-sitter.scm index a7d2c8170b..80ac9e3cca 100644 --- a/gnu/packages/tree-sitter.scm +++ b/gnu/packages/tree-sitter.scm @@ -841,3 +841,10 @@ which will be used as a snippet in origin." "0z5fz9hiafzapi0ijhyz8np6rksq6c1pb16xv1vhnlfh75rg6zyv" "0.7.0" #:repository-url "https://github.com/tree-sitter-grammars/tree-sitter-yaml")) + +(define-public tree-sitter-zig + (tree-sitter-grammar + "zig" "Zig" + "1r9p7hhnc1zagwxzdxhs4p6rnqs9naddkgbfymi6pbw6cyg2ccwl" + "1.1.2" + #:repository-url "https://github.com/tree-sitter-grammars/tree-sitter-zig"))