diff options
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 324529cad..bd647d595 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -535,6 +535,15 @@ list.fennel = { maintainers = { "@alexmozaidze" }, } +list.fidl = { + install_info = { + url = "https://github.com/google/tree-sitter-fidl", + files = { "src/parser.c" }, + requires_generate_from_grammar = true, + }, + maintainers = { "@chaopeng" }, +} + list.firrtl = { install_info = { url = "https://github.com/amaanq/tree-sitter-firrtl", |
