From: john muhl Date: Mon, 4 Sep 2023 17:08:34 +0000 (-0500) Subject: Add Ruby to the tree-sitter build-module script X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a0133f63450e5458dc5b6d0bb7c91a00ef7e3aa3;p=emacs.git Add Ruby to the tree-sitter build-module script * admin/notes/tree-sitter/build-module/batch.sh (languages): Add Ruby. (Bug#65739) --- diff --git a/admin/notes/tree-sitter/build-module/batch.sh b/admin/notes/tree-sitter/build-module/batch.sh index 9988d1eae4e..012b5882e83 100755 --- a/admin/notes/tree-sitter/build-module/batch.sh +++ b/admin/notes/tree-sitter/build-module/batch.sh @@ -18,6 +18,7 @@ languages=( 'json' 'lua' 'python' + 'ruby' 'rust' 'toml' 'tsx'