diff options
| author | john muhl | 2023-09-04 12:08:34 -0500 |
|---|---|---|
| committer | Stefan Kangas | 2024-01-10 22:41:44 +0100 |
| commit | a0133f63450e5458dc5b6d0bb7c91a00ef7e3aa3 (patch) | |
| tree | 2043d1d1b3a115a567e364d771e424daec44e97c /admin | |
| parent | 820f0793f0b46448928905552726c1f1b999062f (diff) | |
| download | emacs-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-x | admin/notes/tree-sitter/build-module/batch.sh | 1 |
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' |