gnu: Add tree-sitter-prisma.
* gnu/packages/tree-sitter.scm (tree-sitter-prisma): New variable. Change-Id: I9ecc20053d498244ed5c41df9a03790a7d25b2b4 Signed-off-by: jgart <jgart@dismail.de>master
parent
6617da6f30
commit
9df5289c66
|
@ -531,6 +531,14 @@ which will be used as a snippet in origin."
|
||||||
(git-version "0.19.0" revision commit)
|
(git-version "0.19.0" revision commit)
|
||||||
#:commit commit)))
|
#:commit commit)))
|
||||||
|
|
||||||
|
(define-public tree-sitter-prisma
|
||||||
|
(tree-sitter-grammar
|
||||||
|
"prisma" "Prisma"
|
||||||
|
"19zb3dkwp2kpyivygqxk8yph0jpl7hn9zzcry15mshn2n0rs9sih"
|
||||||
|
"1.4.0"
|
||||||
|
#:repository-url "https://github.com/victorhqc/tree-sitter-prisma"
|
||||||
|
#:license license:expat))
|
||||||
|
|
||||||
(define-public tree-sitter-python
|
(define-public tree-sitter-python
|
||||||
(tree-sitter-grammar
|
(tree-sitter-grammar
|
||||||
"python" "Python"
|
"python" "Python"
|
||||||
|
|
Reference in New Issue