me
/
guix
Archived
1
0
Fork 0

gnu: Add tree-sitter-devicetree.

* gnu/packages/tree-sitter.scm (tree-sitter-devicetree): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Change-Id: Ia73316fa422be84a79e16f2fa40371853ae83570
master
Aleksandr Vityazev 2024-05-06 14:14:03 +02:00 committed by Nicolas Goaziou
parent a2d4a64d04
commit 03de08d3b6
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 9 additions and 1 deletions

View File

@ -2,7 +2,7 @@
;;; Copyright © 2022 Luis Henrique Gomes Higino <luishenriquegh2701@gmail.com>
;;; Copyright © 2022, 2023 Pierre Langlois <pierre.langlois@gmx.com>
;;; Copyright © 2022 muradm <mail@muradm.net>
;;; Copyright © 2022 Aleksandr Vityazev <avityazev@posteo.org>
;;; Copyright © 2022, 2024 Aleksandr Vityazev <avityazev@posteo.org>
;;; Copyright © 2023 Andrew Tropin <andrew@trop.in>
;;; Copyright © 2023, 2024 Nicolas Graves <ngraves@ngraves.fr>
;;; Copyright © 2023 Zheng Junjie <873216071@qq.com>
@ -387,6 +387,14 @@ which will be used as a snippet in origin."
"0.4.1"
#:repository-url "https://github.com/uyha/tree-sitter-cmake"))
(define-public tree-sitter-devicetree
(tree-sitter-grammar
"devicetree" "Devicetree"
"0igkwrlgbwphn8dwj91fy2film2mxz4kjdjnc141kmwi4czglwbq"
"0.8.0"
#:repository-url "https://github.com/joelspadin/tree-sitter-devicetree"
#:license license:expat))
(define-public tree-sitter-elixir
;; No tags at all, version in the source code is 0.19.0
(let ((commit "b20eaa75565243c50be5e35e253d8beb58f45d56")