From 9f2dad22ef8bb14fd1e0a3aa8859cdc88170668b Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Wed, 11 Feb 2026 11:58:19 +0100 Subject: feat(vento)!: update parser and queries Breaking change: `(keyword)` node removed. Also mark as unmaintained (Copilot-maintained) --- lua/nvim-treesitter/parsers.lua | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lua') diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index a699ae53d..7b930ee50 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -2510,11 +2510,10 @@ return { }, vento = { install_info = { - revision = '3b32474bc29584ea214e4e84b47102408263fe0e', + revision = 'edd6596d4b0f392b87fc345dc26d84a6c32f7059', url = 'https://github.com/ventojs/tree-sitter-vento', }, - maintainers = { '@wrapperup', '@oscarotero' }, - tier = 2, + tier = 3, }, vhdl = { install_info = { -- cgit v1.2.3-70-g09d2