From 2014f8285e306f4c8a896c7d3af53fdd599e5a4f Mon Sep 17 00:00:00 2001 From: Matthew Taylor Date: Mon, 18 Mar 2024 05:00:22 -0400 Subject: feat: add vento support (#6261) --- lua/nvim-treesitter/parsers.lua | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'lua') diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 1d587cdfa..c7010e10c 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -2183,6 +2183,15 @@ list.vala = { maintainers = { "@Prince781" }, } +list.vento = { + install_info = { + url = "https://github.com/ventojs/tree-sitter-vento", + files = { "src/parser.c", "src/scanner.c" }, + }, + filetype = "vto", + maintainers = { "@wrapperup", "@oscarotero" }, +} + list.verilog = { install_info = { url = "https://github.com/tree-sitter/tree-sitter-verilog", -- cgit v1.2.3-70-g09d2