]> git.eshelyaron.com Git - emacs.git/commitdiff
Add Ruby to the tree-sitter build-module script
authorjohn muhl <jm@pub.pink>
Mon, 4 Sep 2023 17:08:34 +0000 (12:08 -0500)
committerStefan Kangas <stefankangas@gmail.com>
Wed, 10 Jan 2024 21:41:44 +0000 (22:41 +0100)
* admin/notes/tree-sitter/build-module/batch.sh (languages): Add
Ruby.  (Bug#65739)

admin/notes/tree-sitter/build-module/batch.sh

index 9988d1eae4e6b9ba2ab5ca68c259be5d5f354109..012b5882e83e971d3211e615dd646d921c5fbe32 100755 (executable)
@@ -18,6 +18,7 @@ languages=(
     'json'
     'lua'
     'python'
+    'ruby'
     'rust'
     'toml'
     'tsx'