aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/queries/inko
Commit message (Collapse)AuthorAgeFilesLines
* feat(inko): update parser for let pattern matchingYorick Peterse2025-10-071-1/+1
| | | | | | | | Commit 9d7ed4 of the Inko tree-sitter grammar introduces support for pattern matching in `let` expressions. This requires some corresponding changes to the "local" queries to correctly define local variables. This is done by simply defining locals for all "identifier_pattern" nodes, instead of only doing this for "define_variable" nodes.
* feat(inko): update parser and highlightsYorick Peterse2025-10-031-0/+5
| | | | | This commit includes syntax support for a few new syntax elements, and updates the highlights queries to highlight two new expression keywords.
* fix: remove redundant alternants (#8159)Riley Bruins2025-09-281-2/+0
|
* feat(inko)!: update parser and queriesChristian Clason2025-09-281-1/+0
| | | | Breaking change: `(array_pattern)` rule and node was removed again.
* feat(inko): add support for array patternsYorick Peterse2025-08-211-0/+1
| | | | | This updates the version of the Inko parser to the latest version and includes indent support for the new array pattern node.
* feat(inko): add scoping to the locals queriesYorick Peterse2025-05-221-8/+12
| | | | | This way tooling that makes use of these queries (e.g. snacks.nvim) is aware of the scoping of Inko types and methods.
* feat!: drop modules, general refactor and cleanupChristian Clason2025-05-125-0/+321