guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: Add tree-sitter-gomod.


From: guix-commits
Subject: branch master updated: gnu: Add tree-sitter-gomod.
Date: Sun, 09 Jul 2023 13:04:51 -0400

This is an automated email from the git hooks/post-receive script.

dannym pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 2ba2e80ee6 gnu: Add tree-sitter-gomod.
2ba2e80ee6 is described below

commit 2ba2e80ee6e19f6ab710035445d8e234f100e25d
Author: Danny Milosavljevic <dannym@scratchpost.org>
AuthorDate: Sun Jul 9 19:02:36 2023 +0200

    gnu: Add tree-sitter-gomod.
    
    * gnu/packages/tree-sitter.scm (tree-sitter-gomod): New variable.
---
 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 22bf419a71..f7e35a062c 100644
--- a/gnu/packages/tree-sitter.scm
+++ b/gnu/packages/tree-sitter.scm
@@ -398,6 +398,13 @@ will be used in description and synopsis."
    #:article "an"
    #:repository-url "https://github.com/elm-tooling/tree-sitter-elm";))
 
+(define-public tree-sitter-gomod
+  (tree-sitter-grammar
+   "gomod" "Go .mod"
+   "1hblbi2bs4hlil703myqhvvq2y1x41rc3w903hg2bhbazh7x8yyf"
+   "1.0.0"
+   #:repository-url "https://github.com/camdencheek/tree-sitter-go-mod.git";))
+
 (define-public tree-sitter-go
   ;; There are a lot of additions, the last tag was placed more than 1 year ago
   (let ((commit "64457ea6b73ef5422ed1687178d4545c3e91334a")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]