| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
| |
This commit includes syntax support for a few new syntax elements, and
updates the highlights queries to highlight two new expression keywords.
|
| | |
|
| |
|
|
| |
Breaking change: `(array_pattern)` rule and node was removed again.
|
| |
|
|
|
| |
This updates the version of the Inko parser to the latest version and
includes indent support for the new array pattern node.
|
| |
|
|
|
| |
This way tooling that makes use of these queries (e.g. snacks.nvim) is
aware of the scoping of Inko types and methods.
|
| |
|