guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 54c7f142e270fee949e09c3d88afbe631b90cb14
Author: Kjartan Oli Agustsson <[email protected]>
AuthorDate: Mon Jun 16 13:21:18 2025 +0000

    gnu: Add tree-sitter-blueprint.
    
    * gnu/packages/tree-sitter.scm (tree-sitter-blueprint): New variable.
    
    Change-Id: Iaa61eddfca471e904425dd7febf573a70dbbb96d
    Signed-off-by: Liliana Marie Prikler <[email protected]>
---
 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 19e32f53f1..e09f3dc171 100644
--- a/gnu/packages/tree-sitter.scm
+++ b/gnu/packages/tree-sitter.scm
@@ -423,6 +423,17 @@ which will be used as a snippet in origin."
    "01sjympivwhr037c0gdx5fqw8fvzchq4fd4m8wlr8mdw50di0ag2"
    "0.20.4"))
 
+(define-public tree-sitter-blueprint
+  (let ((commit "329699d55f3e3955091e13756563c3f320a561fc")
+        (revision "0"))
+    (tree-sitter-grammar
+     "blueprint" "Blueprint"
+     "0pdjka1sdw9dwilw3vjl3k3cn7pcyv7m57cmxqibashg316dygxm"
+     (git-version "0.0.0" revision commit) ; Upstream has not tagged any 
releases
+     #:repository-url "https://github.com/huanie/tree-sitter-blueprint";
+     #:commit commit
+     #:license license:expat)))
+
 (define-public tree-sitter-c-sharp
   (tree-sitter-grammar
    "c-sharp" "C#"

Reply via email to