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>
This commit is contained in:
Ryan Prior 2024-07-19 22:01:15 +00:00 committed by jgart
parent 6617da6f30
commit 9df5289c66
No known key found for this signature in database
GPG key ID: A52AA2B477B6DD35

View file

@ -531,6 +531,14 @@ (define-public tree-sitter-php
(git-version "0.19.0" revision 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
(tree-sitter-grammar
"python" "Python"