gnu: Add tree-sitter-elixir.

gnu/packages/tree-sitter.scm (tree-sitter-elixir): New variable.
This commit is contained in:
Andrew Tropin 2023-02-14 13:30:13 +04:00
parent cda1fa50c5
commit 4650f8e9ba
No known key found for this signature in database
GPG key ID: 2208D20958C1DEB0

View file

@ -287,3 +287,16 @@ (define-public tree-sitter-cpp
(git-version "0.20.0" revision commit)
#:commit commit
#:inputs (list tree-sitter-c))))
(define-public tree-sitter-elixir
;; No tags at all, version in the source code is 0.19.0
(let ((commit "b20eaa75565243c50be5e35e253d8beb58f45d56")
(revision "0"))
(tree-sitter-grammar
"elixir" "Elixir"
"1i0c0xki3sv24649p0ws7xs2jagbwg7z7baz1960239bj94nl487"
(git-version "0.19.0" revision commit)
#:article "an"
#:repository-url "https://github.com/elixir-lang/tree-sitter-elixir"
#:commit commit
#:license (list license:asl2.0 license:expat))))