unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#66206] [PATCH] gnu: Add tree-sitter-scala
@ 2023-09-26  3:56 Karl Hallsby via Guix-patches via
  2023-09-26  4:28 ` Karl Hallsby via Guix-patches via
  0 siblings, 1 reply; 3+ messages in thread
From: Karl Hallsby via Guix-patches via @ 2023-09-26  3:56 UTC (permalink / raw)
  To: 66206; +Cc: Karl Hallsby

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@trop.in>
 ;;; Copyright © 2023 Nicolas Graves <ngraves@ngraves.fr>
 ;;; Copyright © 2023 Zheng Junjie <873216071@qq.com>
+;;; Copyright © 2023 Karl Hallsby <karl@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





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#66206] [PATCH] gnu: Add tree-sitter-scala
  2023-09-26  3:56 [bug#66206] [PATCH] gnu: Add tree-sitter-scala Karl Hallsby via Guix-patches via
@ 2023-09-26  4:28 ` Karl Hallsby via Guix-patches via
  2023-10-08 21:41   ` bug#66206: " Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Karl Hallsby via Guix-patches via @ 2023-09-26  4:28 UTC (permalink / raw)
  To: 66206; +Cc: Karl Hallsby

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..047fcbbe4b 100644
--- a/gnu/packages/tree-sitter.scm
+++ b/gnu/packages/tree-sitter.scm
@@ -6,6 +6,7 @@
 ;;; Copyright © 2023 Andrew Tropin <andrew@trop.in>
 ;;; Copyright © 2023 Nicolas Graves <ngraves@ngraves.fr>
 ;;; Copyright © 2023 Zheng Junjie <873216071@qq.com>
+;;; Copyright © 2023 Raven Hallsby <karl@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





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#66206: [PATCH] gnu: Add tree-sitter-scala
  2023-09-26  4:28 ` Karl Hallsby via Guix-patches via
@ 2023-10-08 21:41   ` Ludovic Courtès
  0 siblings, 0 replies; 3+ messages in thread
From: Ludovic Courtès @ 2023-10-08 21:41 UTC (permalink / raw)
  To: Karl Hallsby; +Cc: 66206-done

Karl Hallsby <karl@hallsby.com> skribis:

> gnu/packages/tree-sitter.scm (tree-sitter-scala): New variable.

Applied, thanks!




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-10-08 21:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-26  3:56 [bug#66206] [PATCH] gnu: Add tree-sitter-scala Karl Hallsby via Guix-patches via
2023-09-26  4:28 ` Karl Hallsby via Guix-patches via
2023-10-08 21:41   ` bug#66206: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).