From: Karl Hallsby via Guix-patches via <guix-patches@gnu.org>
To: 66206@debbugs.gnu.org
Cc: Karl Hallsby <karl@hallsby.com>
Subject: [bug#66206] [PATCH] gnu: Add tree-sitter-scala
Date: Mon, 25 Sep 2023 22:56:37 -0500 [thread overview]
Message-ID: <67c8e25ff19c641c625ea953a452479790f0e206.1695700585.git.karl@hallsby.com> (raw)
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
next reply other threads:[~2023-09-26 3:58 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-26 3:56 Karl Hallsby via Guix-patches via [this message]
2023-09-26 4:28 ` [bug#66206] [PATCH] gnu: Add tree-sitter-scala Karl Hallsby via Guix-patches via
2023-10-08 21:41 ` bug#66206: " Ludovic Courtès
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=67c8e25ff19c641c625ea953a452479790f0e206.1695700585.git.karl@hallsby.com \
--to=guix-patches@gnu.org \
--cc=66206@debbugs.gnu.org \
--cc=karl@hallsby.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.