diff options
| author | Amaan Qureshi <amaanq12@gmail.com> | 2023-03-26 18:37:15 -0400 |
|---|---|---|
| committer | Amaan Qureshi <amaanq12@gmail.com> | 2023-03-27 10:46:59 -0400 |
| commit | eb1e5992518742d3483a6650e7d1a3c5a48393fb (patch) | |
| tree | 63685a3a543c4a6716a10c386974afd46fe419e3 /lua | |
| parent | feat: add Pony (diff) | |
| download | nvim-treesitter-eb1e5992518742d3483a6650e7d1a3c5a48393fb.tar nvim-treesitter-eb1e5992518742d3483a6650e7d1a3c5a48393fb.tar.gz nvim-treesitter-eb1e5992518742d3483a6650e7d1a3c5a48393fb.tar.bz2 nvim-treesitter-eb1e5992518742d3483a6650e7d1a3c5a48393fb.tar.lz nvim-treesitter-eb1e5992518742d3483a6650e7d1a3c5a48393fb.tar.xz nvim-treesitter-eb1e5992518742d3483a6650e7d1a3c5a48393fb.tar.zst nvim-treesitter-eb1e5992518742d3483a6650e7d1a3c5a48393fb.zip | |
feat: add FIRRTL
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 2c770dc82..c3c9bab6c 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -415,6 +415,14 @@ list.fennel = { maintainers = { "@TravonteD" }, } +list.firrtl = { + install_info = { + url = "https://github.com/amaanq/tree-sitter-firrtl", + files = { "src/parser.c", "src/scanner.cc" }, + }, + maintainers = { "@amaanq" }, +} + list.fish = { install_info = { url = "https://github.com/ram02z/tree-sitter-fish", |
