aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorjohn muhl2023-09-04 12:08:34 -0500
committerStefan Kangas2024-01-10 22:41:44 +0100
commita0133f63450e5458dc5b6d0bb7c91a00ef7e3aa3 (patch)
tree2043d1d1b3a115a567e364d771e424daec44e97c /admin
parent820f0793f0b46448928905552726c1f1b999062f (diff)
downloademacs-a0133f63450e5458dc5b6d0bb7c91a00ef7e3aa3.tar.gz
emacs-a0133f63450e5458dc5b6d0bb7c91a00ef7e3aa3.zip
Add Ruby to the tree-sitter build-module script
* admin/notes/tree-sitter/build-module/batch.sh (languages): Add Ruby. (Bug#65739)
Diffstat (limited to 'admin')
-rwxr-xr-xadmin/notes/tree-sitter/build-module/batch.sh1
1 files changed, 1 insertions, 0 deletions
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=(
18 'json' 18 'json'
19 'lua' 19 'lua'
20 'python' 20 'python'
21 'ruby'
21 'rust' 22 'rust'
22 'toml' 23 'toml'
23 'tsx' 24 'tsx'