* [bug#68542] [PATCH 0/2] Add emacs-devicetree-ts-mode
@ 2024-01-17 17:44 Aleksandr Vityazev via Guix-patches via
2024-01-17 18:00 ` [bug#68542] [PATCH 1/2] gnu: Add tree-sitter-devicetree Aleksandr Vityazev via Guix-patches via
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Aleksandr Vityazev via Guix-patches via @ 2024-01-17 17:44 UTC (permalink / raw)
To: 68542
gnu: Add emacs-devicetree-ts-mode.
gnu: Add tree-sitter-devicetree.
gnu/packages/emacs-xyz.scm | 25 ++++++++++++++++++++++++-
1 file changed, 24 insertions(+), 1 deletion(-)
gnu/packages/tree-sitter.scm | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
--
Best regards,
Aleksandr Vityazev
^ permalink raw reply [flat|nested] 5+ messages in thread
* [bug#68542] [PATCH 1/2] gnu: Add tree-sitter-devicetree.
2024-01-17 17:44 [bug#68542] [PATCH 0/2] Add emacs-devicetree-ts-mode Aleksandr Vityazev via Guix-patches via
@ 2024-01-17 18:00 ` Aleksandr Vityazev via Guix-patches via
2024-01-17 18:01 ` [bug#68542] [PATCH 2/2] gnu: Add emacs-devicetree-ts-mode Aleksandr Vityazev via Guix-patches via
2024-02-04 11:09 ` [bug#68542] [PATCH 0/2] " Aleksandr Vityazev via Guix-patches via
2 siblings, 0 replies; 5+ messages in thread
From: Aleksandr Vityazev via Guix-patches via @ 2024-01-17 18:00 UTC (permalink / raw)
To: 68542
* gnu/packages/tree-sitter.scm (tree-sitter-devicetree): New variable.
Update copyright.
---
gnu/packages/tree-sitter.scm | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/tree-sitter.scm b/gnu/packages/tree-sitter.scm
index 41257d42f1..25f9fdbf18 100644
--- a/gnu/packages/tree-sitter.scm
+++ b/gnu/packages/tree-sitter.scm
@@ -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@disroot.org>
;;; Copyright © 2023 Andrew Tropin <andrew@trop.in>
;;; Copyright © 2023 Nicolas Graves <ngraves@ngraves.fr>
;;; Copyright © 2023 Zheng Junjie <873216071@qq.com>
@@ -418,6 +418,14 @@ (define-public tree-sitter-c-sharp
"0lijbi5q49g50ji00p2lb45rvd76h07sif3xjl9b31yyxwillr6l"
"0.20.0"))
+(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-dockerfile
(tree-sitter-grammar
"dockerfile" "Dockerfile"
base-commit: b3e0a973bca6fe5de7356f3d70c4b7d468b0a759
--
2.41.0
--
Best regards,
Aleksandr Vityazev
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [bug#68542] [PATCH 2/2] gnu: Add emacs-devicetree-ts-mode.
2024-01-17 17:44 [bug#68542] [PATCH 0/2] Add emacs-devicetree-ts-mode Aleksandr Vityazev via Guix-patches via
2024-01-17 18:00 ` [bug#68542] [PATCH 1/2] gnu: Add tree-sitter-devicetree Aleksandr Vityazev via Guix-patches via
@ 2024-01-17 18:01 ` Aleksandr Vityazev via Guix-patches via
2024-02-04 11:09 ` [bug#68542] [PATCH 0/2] " Aleksandr Vityazev via Guix-patches via
2 siblings, 0 replies; 5+ messages in thread
From: Aleksandr Vityazev via Guix-patches via @ 2024-01-17 18:01 UTC (permalink / raw)
To: 68542
* gnu/packages/emacs-xyz.scm (emacs-devicetree-ts-mode): New variable.
Update copyright.
---
gnu/packages/emacs-xyz.scm | 25 ++++++++++++++++++++++++-
1 file changed, 24 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 1d99fb30ff..1ffbd3ed5d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -90,7 +90,7 @@
;;; Copyright © 2020 Jonathan Rostran <rostranjj@gmail.com>
;;; Copyright © 2020, 2021 Noah Evans <noah@nevans.me>
;;; Copyright © 2020 Brit Butler <brit@kingcons.io>
-;;; Copyright © 2021, 2022 Aleksandr Vityazev <avityazev@posteo.org>
+;;; Copyright © 2021, 2022, 2024 Aleksandr Vityazev <avityazev@disroot>
;;; Copyright © 2021 Yurii Kholodkov <urist.mckorobochka@gmail.com>
;;; Copyright © 2021 Alexey Abramov <levenson@mmer.org>
;;; Copyright © 2021 Xinglu Chen <public@yoctocell.xyz>
@@ -26231,6 +26231,29 @@ (define-public emacs-dts-mode
device tree files.")
(license license:gpl3+)))
+(define-public emacs-devicetree-ts-mode
+ (package
+ (name "emacs-devicetree-ts-mode")
+ (version "0.3")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://git.sr.ht/~akagi/devicetree-ts-mode")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1aif25hqs9i1aax331s4p8b59kxrq584ynfnh640p43jzmqf5p3d"))))
+ (build-system emacs-build-system)
+ (propagated-inputs
+ (list tree-sitter-devicetree))
+ (home-page "https://sr.ht/~akagi/devicetree-ts-mode")
+ (synopsis "Tree-sitter major mode for editing DTS files")
+ (description "This package provides tree-sitter major mode
+for editing Devicetree files.")
+ (license license:gpl3+)))
+
(define-public emacs-daemons
(package
(name "emacs-daemons")
base-commit: b3e0a973bca6fe5de7356f3d70c4b7d468b0a759
prerequisite-patch-id: e1db0107f090297757e8a5b96f5d5b9687151eda
--
2.41.0
--
Best regards,
Aleksandr Vityazev
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [bug#68542] [PATCH 0/2] Add emacs-devicetree-ts-mode
2024-01-17 17:44 [bug#68542] [PATCH 0/2] Add emacs-devicetree-ts-mode Aleksandr Vityazev via Guix-patches via
2024-01-17 18:00 ` [bug#68542] [PATCH 1/2] gnu: Add tree-sitter-devicetree Aleksandr Vityazev via Guix-patches via
2024-01-17 18:01 ` [bug#68542] [PATCH 2/2] gnu: Add emacs-devicetree-ts-mode Aleksandr Vityazev via Guix-patches via
@ 2024-02-04 11:09 ` Aleksandr Vityazev via Guix-patches via
2024-05-06 12:33 ` bug#68542: " Nicolas Goaziou via Guix-patches via
2 siblings, 1 reply; 5+ messages in thread
From: Aleksandr Vityazev via Guix-patches via @ 2024-02-04 11:09 UTC (permalink / raw)
To: 68542
Hello,
just a gentle ping -- could anyone review these patches?
--
Best regards,
Aleksandr Vityazev
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#68542: [PATCH 0/2] Add emacs-devicetree-ts-mode
2024-02-04 11:09 ` [bug#68542] [PATCH 0/2] " Aleksandr Vityazev via Guix-patches via
@ 2024-05-06 12:33 ` Nicolas Goaziou via Guix-patches via
0 siblings, 0 replies; 5+ messages in thread
From: Nicolas Goaziou via Guix-patches via @ 2024-05-06 12:33 UTC (permalink / raw)
To: Aleksandr Vityazev via Guix-patches via; +Cc: 68542-done, Aleksandr Vityazev
Hello,
Aleksandr Vityazev via Guix-patches via <guix-patches@gnu.org> writes:
> just a gentle ping -- could anyone review these patches?
Applied. Thank you.
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-05-06 12:35 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-17 17:44 [bug#68542] [PATCH 0/2] Add emacs-devicetree-ts-mode Aleksandr Vityazev via Guix-patches via
2024-01-17 18:00 ` [bug#68542] [PATCH 1/2] gnu: Add tree-sitter-devicetree Aleksandr Vityazev via Guix-patches via
2024-01-17 18:01 ` [bug#68542] [PATCH 2/2] gnu: Add emacs-devicetree-ts-mode Aleksandr Vityazev via Guix-patches via
2024-02-04 11:09 ` [bug#68542] [PATCH 0/2] " Aleksandr Vityazev via Guix-patches via
2024-05-06 12:33 ` bug#68542: " Nicolas Goaziou via Guix-patches via
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.