GNU bug report logs - #76021
[PATCH] gnu: Add tree-sitter-sway.

Previous Next

Package: guix-patches;

Reported by: Morgan Smith <Morgan.J.Smith <at> outlook.com>

Date: Mon, 3 Feb 2025 01:58:01 UTC

Severity: normal

Tags: patch

Done: Ian Eure <ian <at> retrospec.tv>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Morgan Smith <Morgan.J.Smith <at> outlook.com>
To: 76021 <at> debbugs.gnu.org
Cc: Morgan Smith <Morgan.J.Smith <at> outlook.com>, Andrew Tropin <andrew <at> trop.in>, Divya Ranjan Pattanaik <divya <at> subvertising.org>, Ian Eure <ian <at> retrospec.tv>, Katherine Cox-Buday <cox.katherine.e+guix <at> gmail.com>, Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Subject: [bug#76021] [PATCH] gnu: Add tree-sitter-sway.
Date: Sun,  2 Feb 2025 20:51:48 -0500
* gnu/packages/tree-sitter.scm (tree-sitter-sway): New variable.

Change-Id: I9fef1bd6ac75bc16aa712e9e5455bb64a66bfc28
---
 gnu/packages/tree-sitter.scm | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/gnu/packages/tree-sitter.scm b/gnu/packages/tree-sitter.scm
index 1fcc5533c9..3f3f8cd16b 100644
--- a/gnu/packages/tree-sitter.scm
+++ b/gnu/packages/tree-sitter.scm
@@ -676,6 +676,13 @@ (define-public tree-sitter-scheme
      #:repository-url "https://github.com/6cdh/tree-sitter-scheme"
      #:commit commit)))
 
+(define-public tree-sitter-sway
+  (tree-sitter-grammar
+   "sway" "Sway"
+   "016zq8jbyy0274qyr38f6kvvllzgni0w7742vlbkmpv8d2blr7xj"
+   "1.0.0"
+   #:repository-url "https://github.com/FuelLabs/tree-sitter-sway"))
+
 (define-public tree-sitter-racket
   ;; No tags
   (let ((commit "1a5df0206b25a05cb1b35a68d2105fc7493df39b")
-- 
2.48.1





This bug report was last modified 100 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.