nvim-treesitter/runtime/queries/inko
Yorick Peterse 3ab4f2d2d2 feat(inko): update parser for let pattern matching
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.
2025-10-07 10:00:15 +02:00
..
folds.scm feat!: drop modules, general refactor and cleanup 2025-05-12 18:43:40 +02:00
highlights.scm feat(inko): update parser and highlights 2025-10-03 15:18:41 +02:00
indents.scm feat(inko)!: update parser and queries 2025-09-28 12:06:59 +02:00
injections.scm feat!: drop modules, general refactor and cleanup 2025-05-12 18:43:40 +02:00
locals.scm feat(inko): update parser for let pattern matching 2025-10-07 10:00:15 +02:00