This is an automated email from the git hooks/post-receive script.
abcdw pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new a368e3cf6b gnu: Add tree-sitter-heex.
a368e3cf6b is described below
commit a368e3cf6b38022aaedb21760c1c65e92b1fd227
Author: [email protected] <[email protected]>
AuthorDate: Tue Mar 21 17:44:10 2023 +0300
gnu: Add tree-sitter-heex.
gnu/packages/tree-sitter.scm (tree-sitter-heex): New variable.
Signed-off-by: Andrew Tropin <[email protected]>
---
gnu/packages/tree-sitter.scm | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/gnu/packages/tree-sitter.scm b/gnu/packages/tree-sitter.scm
index 8dda7737ca..b91345bb36 100644
--- a/gnu/packages/tree-sitter.scm
+++ b/gnu/packages/tree-sitter.scm
@@ -301,6 +301,13 @@ will be used in description and synopsis."
#:commit commit
#: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
(tree-sitter-grammar
"bash" "Bash"