gnu: Add tree-sitter-elm.
gnu/packages/tree-sitter.scm (tree-sitter-elm): New variable.
This commit is contained in:
parent
de41227011
commit
2c988d7ce3
1 changed files with 8 additions and 0 deletions
|
@ -312,3 +312,11 @@ (define-public tree-sitter-c-sharp
|
|||
"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"))
|
||||
|
|
Loading…
Reference in a new issue