me
/
guix
Archived
1
0
Fork 0

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
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
1 changed files with 8 additions and 0 deletions

View File

@ -531,6 +531,14 @@ which will be used as a snippet in origin."
(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"