GNU bug report logs -
#66206
[PATCH] gnu: Add tree-sitter-scala
Previous Next
Reported by: Karl Hallsby <karl <at> hallsby.com>
Date: Tue, 26 Sep 2023 03:58:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
gnu/packages/tree-sitter.scm (tree-sitter-scala): New variable.
---
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 58db2603af..cfcf260b03 100644
--- a/gnu/packages/tree-sitter.scm
+++ b/gnu/packages/tree-sitter.scm
@@ -6,6 +6,7 @@
;;; Copyright © 2023 Andrew Tropin <andrew <at> trop.in>
;;; Copyright © 2023 Nicolas Graves <ngraves <at> ngraves.fr>
;;; Copyright © 2023 Zheng Junjie <873216071 <at> qq.com>
+;;; Copyright © 2023 Karl Hallsby <karl <at> hallsby.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -607,3 +608,9 @@ (define-public tree-sitter-plantuml
(use-modules (guix build utils))
(delete-file "binding.gyp")
(delete-file-recursively "bindings"))))))
+
+(define-public tree-sitter-scala
+ (tree-sitter-grammar
+ "scala" "Scala"
+ "0hs6gmkq5cx9qrmgfz1mh0c34flwffc0k2mhwf13laawswnywfkz"
+ "0.20.2"))
base-commit: fafd3caef0d51811a5da81d6061789e2908b0dac
--
2.41.0
This bug report was last modified 1 year and 221 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.