feat: add rbs parser support (#5745)

This commit is contained in:
Tomohiro Hashidate 2023-12-01 01:22:29 +09:00 committed by GitHub
parent 36f81e698e
commit b41bbcbb9a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 160 additions and 0 deletions

View file

@ -1536,6 +1536,14 @@ list.rasi = {
maintainers = { "@Fymyte" },
}
list.rbs = {
install_info = {
url = "https://github.com/joker1007/tree-sitter-rbs",
files = { "src/parser.c" },
},
maintainers = { "@joker1007" },
}
list.re2c = {
install_info = {
url = "https://github.com/amaanq/tree-sitter-re2c",