From a0133f63450e5458dc5b6d0bb7c91a00ef7e3aa3 Mon Sep 17 00:00:00 2001 From: john muhl 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. (Bug#65739) --- 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 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' -- 2.39.2