feat(inko)!: update parser and queries

Breaking change: `(array_pattern)` rule and node was removed again.
This commit is contained in:
Christian Clason 2025-09-28 12:01:45 +02:00 committed by Christian Clason
parent 1df23c59d8
commit 9176343647
2 changed files with 1 additions and 2 deletions

View file

@ -1042,7 +1042,7 @@ return {
}, },
inko = { inko = {
install_info = { install_info = {
revision = '74cbd0f69053b4a9ad4fed8831dee983ec7e4990', revision = '1fcbf8ca64b1a088525235662ad80aa803d97413',
url = 'https://github.com/inko-lang/tree-sitter-inko', url = 'https://github.com/inko-lang/tree-sitter-inko',
}, },
maintainers = { '@yorickpeterse' }, maintainers = { '@yorickpeterse' },

View file

@ -27,7 +27,6 @@
(trait) (trait)
(tuple) (tuple)
(tuple_pattern) (tuple_pattern)
(array_pattern)
(type_arguments) (type_arguments)
] @indent.begin ] @indent.begin