fix(inko): downgrade parser

Problem: The commit fc37d05c36 broke parsing a textobjects query.

Solution: Downgrade parser to previous commit and pin it (until we can move it to tier 1).
This commit is contained in:
Christian Clason 2025-12-06 13:22:04 +01:00 committed by Christian Clason
parent 6f2121231a
commit 596923959a
2 changed files with 3 additions and 3 deletions

View file

@ -1041,11 +1041,11 @@ return {
},
inko = {
install_info = {
revision = 'fc37d05c363ccf7f515354c5a47d72b2d3ff555e',
revision = '9d7ed4f6c0ea2a8f846f3bb00e33ab21ec9ca379',
url = 'https://github.com/inko-lang/tree-sitter-inko',
},
maintainers = { '@yorickpeterse' },
tier = 2,
tier = 3,
},
ispc = {
install_info = {