* [bug#63353] [PATCH] gnu: Add tree-sitter-gomod.
@ 2023-05-07 20:23 Mekeor Melire
2023-06-29 7:38 ` Hilton Chain via Guix-patches via
0 siblings, 1 reply; 3+ messages in thread
From: Mekeor Melire @ 2023-05-07 20:23 UTC (permalink / raw)
To: 63353
gnu/packages/tree-sitter.scm (tree-sitter-gomod): New variable.
---
gnu/packages/tree-sitter.scm | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/gnu/packages/tree-sitter.scm b/gnu/packages/tree-sitter.scm
index b91345bb36..e756196607 100644
--- a/gnu/packages/tree-sitter.scm
+++ b/gnu/packages/tree-sitter.scm
@@ -338,6 +338,16 @@ (define-public tree-sitter-go
(git-version "0.19.1" revision commit)
#:commit commit)))
+(define-public tree-sitter-gomod
+ (let ((commit "4a65743dbc2bb3094114dd2b43da03c820aa5234")
+ (revision "0"))
+ (tree-sitter-grammar
+ "gomod" "Go.mod"
+ "1hblbi2bs4hlil703myqhvvq2y1x41rc3w903hg2bhbazh7x8yyf"
+ (git-version "0.0.1.20220516" revision commit)
+ #:commit commit
+ #:repository-url "https://github.com/camdencheek/tree-sitter-go-mod")))
+
(define-public tree-sitter-haskell
;; There are a lot of additions, the last tag was placed more than 4 years ago
(let ((commit "3bdba07c7a8eec23f87fa59ce9eb2ea4823348b3")
base-commit: 9f4750a45d58a6763368df81edf502e838d48674
--
2.39.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#63353] [PATCH] gnu: Add tree-sitter-gomod.
2023-05-07 20:23 [bug#63353] [PATCH] gnu: Add tree-sitter-gomod Mekeor Melire
@ 2023-06-29 7:38 ` Hilton Chain via Guix-patches via
2023-07-26 15:17 ` bug#63353: " Hilton Chain via Guix-patches via
0 siblings, 1 reply; 3+ messages in thread
From: Hilton Chain via Guix-patches via @ 2023-06-29 7:38 UTC (permalink / raw)
To: Mekeor Melire; +Cc: 63353
Hi Mekeor,
> +(define-public tree-sitter-gomod
> + (let ((commit "4a65743dbc2bb3094114dd2b43da03c820aa5234")
> + (revision "0"))
Just a reminder: upstream has tagged this commit as v1.0.0.
Thanks
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#63353: [PATCH] gnu: Add tree-sitter-gomod.
2023-06-29 7:38 ` Hilton Chain via Guix-patches via
@ 2023-07-26 15:17 ` Hilton Chain via Guix-patches via
0 siblings, 0 replies; 3+ messages in thread
From: Hilton Chain via Guix-patches via @ 2023-07-26 15:17 UTC (permalink / raw)
To: Mekeor Melire; +Cc: 63353-close
Hi Mekeor,
tree-sitter-gomod has been added to Guix in commit
2ba2e80ee6e19f6ab710035445d8e234f100e25d.
Though it's not the patch here, I think #63353 could be closed.
Thanks
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-07-26 15:54 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-07 20:23 [bug#63353] [PATCH] gnu: Add tree-sitter-gomod Mekeor Melire
2023-06-29 7:38 ` Hilton Chain via Guix-patches via
2023-07-26 15:17 ` bug#63353: " Hilton Chain via Guix-patches via
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.