mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
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:
parent
ac4e06d292
commit
f3e02d879d
1 changed files with 7 additions and 7 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue