unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
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 23:28:31 -0500	[thread overview]
Message-ID: <166f7ada026a5fff593fd2694b2053a95c7b224b.1695702268.git.karl@hallsby.com> (raw)
In-Reply-To: <67c8e25ff19c641c625ea953a452479790f0e206.1695700585.git.karl@hallsby.com>

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





  reply	other threads:[~2023-09-26  4:30 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
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

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=166f7ada026a5fff593fd2694b2053a95c7b224b.1695702268.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 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).