summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorjohn muhl <jm@pub.pink>2023-09-04 12:08:34 -0500
committerStefan Kangas <stefankangas@gmail.com>2024-01-10 22:41:44 +0100
commita0133f63450e5458dc5b6d0bb7c91a00ef7e3aa3 (patch)
tree2043d1d1b3a115a567e364d771e424daec44e97c /admin
parent820f0793f0b46448928905552726c1f1b999062f (diff)
downloademacs-a0133f63450e5458dc5b6d0bb7c91a00ef7e3aa3.tar.gz
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=(
'json'
'lua'
'python'
+ 'ruby'
'rust'
'toml'
'tsx'