mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
feat(inko)!: update parser and queries
Breaking change: `(array_pattern)` rule and node was removed again.
This commit is contained in:
parent
1df23c59d8
commit
9176343647
2 changed files with 1 additions and 2 deletions
|
|
@ -1042,7 +1042,7 @@ return {
|
|||
},
|
||||
inko = {
|
||||
install_info = {
|
||||
revision = '74cbd0f69053b4a9ad4fed8831dee983ec7e4990',
|
||||
revision = '1fcbf8ca64b1a088525235662ad80aa803d97413',
|
||||
url = 'https://github.com/inko-lang/tree-sitter-inko',
|
||||
},
|
||||
maintainers = { '@yorickpeterse' },
|
||||
|
|
|
|||
|
|
@ -27,7 +27,6 @@
|
|||
(trait)
|
||||
(tuple)
|
||||
(tuple_pattern)
|
||||
(array_pattern)
|
||||
(type_arguments)
|
||||
] @indent.begin
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue