diff options
| author | Amaan Qureshi <amaanq12@gmail.com> | 2023-01-21 07:39:15 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-21 14:39:15 +0200 |
| commit | 08e1adae538083cf541c201a49fe7602bf308d65 (patch) | |
| tree | 5080773eb8993cb95908c4bc8e9af0be6a34be20 /lua | |
| parent | docs: fix comment alignment (diff) | |
| download | nvim-treesitter-08e1adae538083cf541c201a49fe7602bf308d65.tar nvim-treesitter-08e1adae538083cf541c201a49fe7602bf308d65.tar.gz nvim-treesitter-08e1adae538083cf541c201a49fe7602bf308d65.tar.bz2 nvim-treesitter-08e1adae538083cf541c201a49fe7602bf308d65.tar.lz nvim-treesitter-08e1adae538083cf541c201a49fe7602bf308d65.tar.xz nvim-treesitter-08e1adae538083cf541c201a49fe7602bf308d65.tar.zst nvim-treesitter-08e1adae538083cf541c201a49fe7602bf308d65.zip | |
feat: add thrift (#4185)
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 5a9c9f0a7..91a48b96f 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -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", |
