mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: Add tree-sitter-gleam.
* gnu/packages/tree-sitter.scm (tree-sitter-gleam): New variable. Change-Id: I56aed70d487dd004fd4344174a70f94a65e8ad5e Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
799f4c80b6
commit
e00a7988cc
1 changed files with 9 additions and 0 deletions
|
|
@ -580,6 +580,15 @@ which will be used as a snippet in origin."
|
|||
#:repository-url
|
||||
"https://github.com/shunsambongi/tree-sitter-gitignore")))
|
||||
|
||||
(define-public tree-sitter-gleam
|
||||
(tree-sitter-grammar
|
||||
"gleam" "Gleam"
|
||||
"0d7z5bk6x0qi3wy4d8174a69wxsc4287c7fcdfabkn8dixpa920q"
|
||||
"1.1.0"
|
||||
#:repository-url
|
||||
"https://github.com/gleam-lang/tree-sitter-gleam"
|
||||
#:license license:asl2.0))
|
||||
|
||||
(define-public tree-sitter-go
|
||||
(tree-sitter-grammar
|
||||
"go" "Go"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue