mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: Add tree-sitter-qml.
* gnu/packages/tree-sitter.scm (tree-sitter-qml): New variable. Change-Id: I0a513942073bd5911a37ccb2162b4f6d09b36d32 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
521261b0bd
commit
c4527dfb56
1 changed files with 14 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
;;; Copyright © 2023 Andrew Tropin <andrew@trop.in>
|
||||
;;; Copyright © 2023, 2024 Nicolas Graves <ngraves@ngraves.fr>
|
||||
;;; Copyright © 2023 Zheng Junjie <873216071@qq.com>
|
||||
;;; Copyright © 2023, 2024 Raven Hallsby <karl@hallsby.com>
|
||||
;;; Copyright © 2023-2025 Raven Hallsby <karl@hallsby.com>
|
||||
;;; Copyright © 2024 Foundation Devices, Inc. <hello@foundation.xyz>
|
||||
;;; Copyright © 2025 Andrew Wong <wongandj@icloud.com>
|
||||
;;; Copyright © 2025 Nguyễn Gia Phong <mcsinyx@disroot.org>
|
||||
|
|
@ -660,6 +660,19 @@ which will be used as a snippet in origin."
|
|||
"0a108sfqcsxrp54lapk7k3kq6fmz8745z5q99wpn3i1cqpi9slzg"
|
||||
"0.23.6"))
|
||||
|
||||
(define-public tree-sitter-qml
|
||||
(let ((version "0.2.0") ; Tagged, but we use a more recent commit
|
||||
(commit "0889da4632bba3ec6f39ef4102625654890c15c1")
|
||||
(revision "0"))
|
||||
(tree-sitter-grammar
|
||||
"qml" "Qml"
|
||||
"1qdfwbqjnw7vcvq2dcx19c159b12kv2hvwrvbp7m9i5vl6szc22g"
|
||||
(git-version version revision commit)
|
||||
#:repository-url "https://github.com/yuja/tree-sitter-qmljs"
|
||||
#:commit commit
|
||||
#:inputs (delay (list tree-sitter-javascript tree-sitter-typescript))
|
||||
#:license license:expat)))
|
||||
|
||||
(define-public tree-sitter-query
|
||||
(package
|
||||
(inherit (tree-sitter-grammar "query"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue