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.
This commit is contained in:
Yorick Peterse 2025-08-21 18:31:55 +02:00 committed by Christian Clason
parent 6fd7117c1d
commit 44e90ec66e
2 changed files with 2 additions and 1 deletions

View file

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

View file

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