]> 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)
committerEshel Yaron <me@eshelyaron.com>
Thu, 11 Jan 2024 19:37:25 +0000 (20:37 +0100)
* admin/notes/tree-sitter/build-module/batch.sh (languages): Add
Ruby.  (Bug#65739)

(cherry picked from commit a0133f63450e5458dc5b6d0bb7c91a00ef7e3aa3)

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'