| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat(inko): update parser for let pattern matching | Yorick Peterse | 2025-10-07 | 1 | -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 queries | Yorick Peterse | 2025-05-22 | 1 | -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 cleanup | Christian Clason | 2025-05-12 | 1 | -0/+57 |
