mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-18 01:39:00 +00:00
feat(inko)!: update parser and queries
Breaking change: `(array_pattern)` rule and node was removed again.
This commit is contained in:
committed by
Christian Clason
parent
1df23c59d8
commit
9176343647
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user