mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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:
parent
6617da6f30
commit
9df5289c66
1 changed files with 8 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue