From 44e90ec66e44f7dbb60030f453a48282b3a1125a Mon Sep 17 00:00:00 2001 From: Yorick Peterse Date: Thu, 21 Aug 2025 18:31:55 +0200 Subject: feat(inko): add support for array patterns This updates the version of the Inko parser to the latest version and includes indent support for the new array pattern node. --- lua/nvim-treesitter/parsers.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua') diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 88732ab19..d658b5d18 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -1042,7 +1042,7 @@ return { }, inko = { install_info = { - revision = 'f58a87ac4dc6a7955c64c9e4408fbd693e804686', + revision = '74cbd0f69053b4a9ad4fed8831dee983ec7e4990', url = 'https://github.com/inko-lang/tree-sitter-inko', }, maintainers = { '@yorickpeterse' }, -- cgit v1.2.3-70-g09d2