Add Ruby to the tree-sitter build-module script

* admin/notes/tree-sitter/build-module/batch.sh (languages): Add
Ruby.  (Bug#65739)
This commit is contained in:
john muhl 2023-09-04 12:08:34 -05:00 committed by Stefan Kangas
parent 820f0793f0
commit a0133f6345

View file

@ -18,6 +18,7 @@ languages=(
'json'
'lua'
'python'
'ruby'
'rust'
'toml'
'tsx'