feat: add thrift (#4185)

This commit is contained in:
Amaan Qureshi 2023-01-21 07:39:15 -05:00 committed by GitHub
parent 341bbae864
commit 08e1adae53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 157 additions and 0 deletions

View file

@ -1244,6 +1244,15 @@ list.v = {
maintainers = { "@kkharji" },
}
list.thrift = {
install_info = {
url = "https://github.com/duskmoon314/tree-sitter-thrift",
files = { "src/parser.c" },
},
maintainers = { "@amaanq", "@duskmoon314" },
experimental = true,
}
list.tiger = {
install_info = {
url = "https://github.com/ambroisie/tree-sitter-tiger",