mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat(inko): add support for array patterns
This updates the version of the Inko parser to the latest version and includes indent support for the new array pattern node.
This commit is contained in:
parent
6fd7117c1d
commit
44e90ec66e
2 changed files with 2 additions and 1 deletions
|
|
@ -1042,7 +1042,7 @@ return {
|
|||
},
|
||||
inko = {
|
||||
install_info = {
|
||||
revision = 'f58a87ac4dc6a7955c64c9e4408fbd693e804686',
|
||||
revision = '74cbd0f69053b4a9ad4fed8831dee983ec7e4990',
|
||||
url = 'https://github.com/inko-lang/tree-sitter-inko',
|
||||
},
|
||||
maintainers = { '@yorickpeterse' },
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@
|
|||
(trait)
|
||||
(tuple)
|
||||
(tuple_pattern)
|
||||
(array_pattern)
|
||||
(type_arguments)
|
||||
] @indent.begin
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue