From 20db421f5fba0c23f6a7629af96ba6d4fc531677 Mon Sep 17 00:00:00 2001 From: Yorick Peterse Date: Sat, 6 Dec 2025 22:38:22 +0100 Subject: feat(inko): update to v0.4.0 (#8327) This changes the structure of "if" expressions so the queries for nvim-treesitter-textobjects can be changed as to not cause any crashes. --- lua/nvim-treesitter/parsers.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lua') diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 1351a00de..49f16187b 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -1025,11 +1025,11 @@ return { }, inko = { install_info = { - revision = '9d7ed4f6c0ea2a8f846f3bb00e33ab21ec9ca379', + revision = 'v0.4.0', url = 'https://github.com/inko-lang/tree-sitter-inko', }, maintainers = { '@yorickpeterse' }, - tier = 3, + tier = 1, }, ispc = { install_info = { -- cgit v1.2.3-70-g09d2