mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 11:20:07 -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 = {
|
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' },
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,6 @@
|
||||||
(trait)
|
(trait)
|
||||||
(tuple)
|
(tuple)
|
||||||
(tuple_pattern)
|
(tuple_pattern)
|
||||||
(array_pattern)
|
|
||||||
(type_arguments)
|
(type_arguments)
|
||||||
] @indent.begin
|
] @indent.begin
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue