gnu: Add tree-sitter-heex.
gnu/packages/tree-sitter.scm (tree-sitter-heex): New variable. Signed-off-by: Andrew Tropin <andrew@trop.in>master
parent
e914ae1571
commit
a368e3cf6b
|
@ -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"
|
||||||
|
|
Reference in New Issue