From 537e09baec85c2a6d29f5eb910ce7a74e21a442b Mon Sep 17 00:00:00 2001 From: Evgenii Klimov Date: Tue, 14 Oct 2025 14:52:08 +0100 Subject: [PATCH] gnu: Add tree-sitter-proto. * gnu/packages/tree-sitter.scm (tree-sitter-proto): New variable. Change-Id: I542ac0383ecdb93f02e3ab0bb7392a2a1189b2e3 Signed-off-by: Liliana Marie Prikler --- gnu/packages/tree-sitter.scm | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/gnu/packages/tree-sitter.scm b/gnu/packages/tree-sitter.scm index 41402d15849..426d92bbe7e 100644 --- a/gnu/packages/tree-sitter.scm +++ b/gnu/packages/tree-sitter.scm @@ -1102,6 +1102,17 @@ which will be used as a snippet in origin." #:repository-url "https://github.com/victorhqc/tree-sitter-prisma" #:license license:expat)) +(define-public tree-sitter-proto + (let ((version "0.1.0") + (commit "e9f6b43f6844bd2189b50a422d4e2094313f6aa3") + (revision "0")) + (tree-sitter-grammar + "proto" "Protocol Buffers" + "1r8g28rp852f1qj4bhnkf4fzfir1r5blq2p0nz4x9y5jfplb1vji" + (git-version version revision commit) + #:commit commit + #:repository-url "https://github.com/treywood/tree-sitter-proto"))) + (define-public tree-sitter-python (tree-sitter-grammar "python" "Python"