<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nvim-treesitter/runtime/queries/inko, branch fix/lua</title>
<subtitle>[no description]</subtitle>
<id>http://git.sudomsg.com/mirror/nvim-treesitter/atom/runtime/queries/inko?h=fix%2Flua</id>
<link rel='self' href='http://git.sudomsg.com/mirror/nvim-treesitter/atom/runtime/queries/inko?h=fix%2Flua'/>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/'/>
<updated>2025-10-07T08:00:15Z</updated>
<entry>
<title>feat(inko): update parser for let pattern matching</title>
<updated>2025-10-07T08:00:15Z</updated>
<author>
<name>Yorick Peterse</name>
<email>yorick@yorickpeterse.com</email>
</author>
<published>2025-10-07T00:25:25Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=3ab4f2d2d20be55874e2eb575145c6928d7d7d0e'/>
<id>urn:sha1:3ab4f2d2d20be55874e2eb575145c6928d7d7d0e</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>feat(inko): update parser and highlights</title>
<updated>2025-10-03T13:18:41Z</updated>
<author>
<name>Yorick Peterse</name>
<email>yorick@yorickpeterse.com</email>
</author>
<published>2025-10-03T13:13:45Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=b684696315a11e1b08564398bda778788eac92a9'/>
<id>urn:sha1:b684696315a11e1b08564398bda778788eac92a9</id>
<content type='text'>
This commit includes syntax support for a few new syntax elements, and
updates the highlights queries to highlight two new expression keywords.
</content>
</entry>
<entry>
<title>fix: remove redundant alternants (#8159)</title>
<updated>2025-09-29T01:39:09Z</updated>
<author>
<name>Riley Bruins</name>
<email>ribru17@hotmail.com</email>
</author>
<published>2025-09-29T01:39:09Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=77362027f7aa850c87419fd571151e76b0b342a6'/>
<id>urn:sha1:77362027f7aa850c87419fd571151e76b0b342a6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(inko)!: update parser and queries</title>
<updated>2025-09-28T10:06:59Z</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2025-09-28T10:01:45Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=9176343647ad99583becbcec7b17fc7fd5bd4782'/>
<id>urn:sha1:9176343647ad99583becbcec7b17fc7fd5bd4782</id>
<content type='text'>
Breaking change: `(array_pattern)` rule and node was removed again.
</content>
</entry>
<entry>
<title>feat(inko): add support for array patterns</title>
<updated>2025-08-21T17:51:10Z</updated>
<author>
<name>Yorick Peterse</name>
<email>yorick@yorickpeterse.com</email>
</author>
<published>2025-08-21T16:31:55Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=44e90ec66e44f7dbb60030f453a48282b3a1125a'/>
<id>urn:sha1:44e90ec66e44f7dbb60030f453a48282b3a1125a</id>
<content type='text'>
This updates the version of the Inko parser to the latest version and
includes indent support for the new array pattern node.
</content>
</entry>
<entry>
<title>feat(inko): add scoping to the locals queries</title>
<updated>2025-05-22T05:47:03Z</updated>
<author>
<name>Yorick Peterse</name>
<email>yorick@yorickpeterse.com</email>
</author>
<published>2025-05-21T19:47:18Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=d08cf75e1bb52ce86a895dc287f9480a6d3d78b2'/>
<id>urn:sha1:d08cf75e1bb52ce86a895dc287f9480a6d3d78b2</id>
<content type='text'>
This way tooling that makes use of these queries (e.g. snacks.nvim) is
aware of the scoping of Inko types and methods.
</content>
</entry>
<entry>
<title>feat!: drop modules, general refactor and cleanup</title>
<updated>2025-05-12T16:43:40Z</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2023-06-12T15:54:30Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=692b051b09935653befdb8f7ba8afdb640adf17b'/>
<id>urn:sha1:692b051b09935653befdb8f7ba8afdb640adf17b</id>
<content type='text'>
</content>
</entry>
</feed>
