me
/
guix
Archived
1
0
Fork 0

gnu: Add tree-sitter-elm.

gnu/packages/tree-sitter.scm (tree-sitter-elm): New variable.
Andrew Tropin 2023-02-14 15:08:12 +04:00
parent de41227011
commit 2c988d7ce3
No known key found for this signature in database
GPG Key ID: 2208D20958C1DEB0
1 changed files with 8 additions and 0 deletions

View File

@ -312,3 +312,11 @@ will be used in description and synopsis."
"c-sharp" "C#"
"054fmpf47cwh59gbg00sc0nl237ba4rnxi73miz39yqzcs87055r"
"0.19.1"))
(define-public tree-sitter-elm
(tree-sitter-grammar
"elm" "Elm"
"0b5jpj8bnil1ylisyc4w48j8a30dyf3zylhidj73mlrb8rf7xm2s"
"5.6.3"
#:article "an"
#:repository-url "https://github.com/elm-tooling/tree-sitter-elm"))