3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: Add tree-sitter-heex.

gnu/packages/tree-sitter.scm (tree-sitter-heex): New variable.

Signed-off-by: Andrew Tropin <andrew@trop.in>
This commit is contained in:
ivan-p-sokolov@ya.ru 2023-03-21 17:44:10 +03:00 committed by Andrew Tropin
parent e914ae1571
commit a368e3cf6b
No known key found for this signature in database
GPG key ID: 2208D20958C1DEB0

View file

@ -301,6 +301,13 @@ will be used in description and synopsis."
#:commit commit #:commit commit
#:license (list license:asl2.0 license:expat)))) #:license (list license:asl2.0 license:expat))))
(define-public tree-sitter-heex
(tree-sitter-grammar
"heex" "Heex"
"00330rgg67fq0d9gk1yswj78d9mn1jvvjmmy1k7cxpvm5993p3sw"
"0.6.0"
#:repository-url "https://github.com/phoenixframework/tree-sitter-heex"))
(define-public tree-sitter-bash (define-public tree-sitter-bash
(tree-sitter-grammar (tree-sitter-grammar
"bash" "Bash" "bash" "Bash"