diff options
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 70aa9f5bc..906160ed7 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -2347,6 +2347,14 @@ list.verilog = { maintainers = { "@zegervdv" }, } +list.vhdl = { + install_info = { + url = "https://github.com/jpt13653903/tree-sitter-vhdl", + files = { "src/parser.c", "src/scanner.c" }, + }, + maintainers = { "@jpt13653903" }, +} + list.vhs = { install_info = { url = "https://github.com/charmbracelet/tree-sitter-vhs", |
