mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 03:56:52 -04:00
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:
parent
6f2121231a
commit
596923959a
2 changed files with 3 additions and 3 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue