gnu: tree-sitter-php: Fix package ordering.

* gnu/packages/tree-sitter.scm (tree-sitter-php): Fix package ordering.

Change-Id: Ice4dd070e8be4cf4bf19eaa0ab5683b9d3b1111b
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
Evgenii Klimov 2025-10-14 13:27:05 +01:00 committed by Liliana Marie Prikler
parent ac4e06d292
commit f3e02d879d
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -1030,6 +1030,13 @@ which will be used as a snippet in origin."
#:repository-url "https://github.com/rolandwalker/tree-sitter-pgn"
#:license license:bsd-2))
(define-public tree-sitter-php
(tree-sitter-grammar
"php" "PHP"
"05qhz14vvqgwpxgdfr1skwgrv041zwc3wxjyx6y679965nn0lrji"
"0.23.12"
#:grammar-directories '("php" "php_only")))
(define-public tree-sitter-plantuml
;; No tags
(let ((commit "c7361a1d481dc1ff6700b14ea1d5efc549b72713")
@ -1050,13 +1057,6 @@ which will be used as a snippet in origin."
(delete-file "binding.gyp")
(delete-file-recursively "bindings"))))))
(define-public tree-sitter-php
(tree-sitter-grammar
"php" "PHP"
"05qhz14vvqgwpxgdfr1skwgrv041zwc3wxjyx6y679965nn0lrji"
"0.23.12"
#:grammar-directories '("php" "php_only")))
(define-public tree-sitter-prisma
(tree-sitter-grammar
"prisma" "Prisma"