bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#65739: [PATCH] Add Ruby to the tree-sitter build-module script


From: Stefan Kangas
Subject: bug#65739: [PATCH] Add Ruby to the tree-sitter build-module script
Date: Mon, 4 Sep 2023 12:16:57 -0700

john muhl via "Bug reports for GNU Emacs, the Swiss army knife of text
editors" <bug-gnu-emacs@gnu.org> writes:

> Tags: patch
>
> While looking at the java-ts-modes tests I noticed Ruby was missing from
> the build-module script.

Yuan and Perry, any comments here?

> In GNU Emacs 30.0.50 (build 6, x86_64-pc-linux-gnu, GTK+ Version
>  3.24.38, cairo version 1.17.8) of 2023-08-29 built on localhost
> Repository revision: fb9312722f7b0166f178b601811213a576be5ae4
> Repository branch: main
> System Description: Fedora Linux 38 (Workstation Edition)
>
> Configured using:
>  'configure --with-native-compilation=aot --with-pgtk
>  --prefix=/home/jm/.opt'
>
> From cb73036bb916bef5fd5b862b935d8d564d7f6771 Mon Sep 17 00:00:00 2001
> From: john muhl <jm@pub.pink>
> Date: Mon, 4 Sep 2023 12:08:34 -0500
> Subject: [PATCH] Add Ruby to the tree-sitter build-module script
>
> * admin/notes/tree-sitter/build-module/batch.sh (languages): Add
> Ruby.
> ---
>  admin/notes/tree-sitter/build-module/batch.sh | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/admin/notes/tree-sitter/build-module/batch.sh 
> b/admin/notes/tree-sitter/build-module/batch.sh
> index 1d4076564dc..ec7231dd82f 100755
> --- a/admin/notes/tree-sitter/build-module/batch.sh
> +++ b/admin/notes/tree-sitter/build-module/batch.sh
> @@ -16,6 +16,7 @@ languages=
>      'javascript'
>      'json'
>      'python'
> +    'ruby'
>      'rust'
>      'toml'
>      'tsx'
> --
> 2.41.0





reply via email to

[Prev in Thread] Current Thread [Next in Thread]