mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 11:36:54 -04:00
feat: add thrift (#4185)
This commit is contained in:
parent
341bbae864
commit
08e1adae53
4 changed files with 157 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue