gnu: Add tree-sitter-go.
gnu/packages/tree-sitter.scm (tree-sitter-go): New variable.
parent
2c988d7ce3
commit
291e44ec2e
|
@ -320,3 +320,13 @@ will be used in description and synopsis."
|
||||||
"5.6.3"
|
"5.6.3"
|
||||||
#:article "an"
|
#:article "an"
|
||||||
#:repository-url "https://github.com/elm-tooling/tree-sitter-elm"))
|
#:repository-url "https://github.com/elm-tooling/tree-sitter-elm"))
|
||||||
|
|
||||||
|
(define-public tree-sitter-go
|
||||||
|
;; There are a lot of additions, the last tag was placed more than 1 year ago
|
||||||
|
(let ((commit "64457ea6b73ef5422ed1687178d4545c3e91334a")
|
||||||
|
(revision "0"))
|
||||||
|
(tree-sitter-grammar
|
||||||
|
"go" "Go"
|
||||||
|
"16d32m78y8jricba9xav35c9y0k2r29irj5xyqgq24323yln9jnz"
|
||||||
|
(git-version "0.19.1" revision commit)
|
||||||
|
#:commit commit)))
|
||||||
|
|
Reference in New Issue