aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/queries/inko/locals.scm
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): 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-121-0/+57