<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nvim-treesitter/scripts/update-parsers.lua, branch test/plenary</title>
<subtitle>[no description]</subtitle>
<id>http://git.sudomsg.com/mirror/nvim-treesitter/atom/scripts/update-parsers.lua?h=test%2Fplenary</id>
<link rel='self' href='http://git.sudomsg.com/mirror/nvim-treesitter/atom/scripts/update-parsers.lua?h=test%2Fplenary'/>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/'/>
<updated>2026-01-31T10:07:03Z</updated>
<entry>
<title>fix(scripts): guard against empty reply when checking new revisions</title>
<updated>2026-01-31T10:07:03Z</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2026-01-31T10:01:43Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=ac1d0ff910f3d7c6e0452461e7fe7d12c3687971'/>
<id>urn:sha1:ac1d0ff910f3d7c6e0452461e7fe7d12c3687971</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor(lua): replace vim.opt with vim.o</title>
<updated>2026-01-27T10:57:04Z</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2026-01-27T10:51:58Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=0ac55b85c6554ba40d614649bac6ac5e8714c326'/>
<id>urn:sha1:0ac55b85c6554ba40d614649bac6ac5e8714c326</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(lua): fix some emmyluals warnings</title>
<updated>2025-12-06T10:16:30Z</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2025-12-05T14:32:28Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=e0eec76dad852814e5972aa66ec2dc98d03525a8'/>
<id>urn:sha1:e0eec76dad852814e5972aa66ec2dc98d03525a8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(scripts): sort list of updated parsers</title>
<updated>2025-06-29T09:39:30Z</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2025-06-29T09:34:46Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=2e8f8562e6e32bfd4554f38ae00ffd72a2b4515d'/>
<id>urn:sha1:2e8f8562e6e32bfd4554f38ae00ffd72a2b4515d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat!: update tier 1 parsers to versions</title>
<updated>2025-05-12T16:43:41Z</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2024-05-03T17:55:41Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=dc8f3415a7d5955f2dba5835fa989927b0ed0d24'/>
<id>urn:sha1:dc8f3415a7d5955f2dba5835fa989927b0ed0d24</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor(lua): fix some luals warnings</title>
<updated>2025-05-12T16:43:40Z</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2025-04-27T14:08:59Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=53d7118483e5c0d7bbe5548a2c158dc6fd35f699'/>
<id>urn:sha1:53d7118483e5c0d7bbe5548a2c158dc6fd35f699</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(parsers): rework tiers</title>
<updated>2025-05-12T16:43:40Z</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2025-02-09T12:19:34Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=a9f34d5a768b2afcece98ba31345602a71f42fcb'/>
<id>urn:sha1:a9f34d5a768b2afcece98ba31345602a71f42fcb</id>
<content type='text'>
* stable: updates follow semver releases (todo)
* unstable: updates follow HEAD (default)
* unmaintained: no automatic updates
* unsupported: no updates, cannot be installed
</content>
</entry>
<entry>
<title>feat!: track parser revision in Lua</title>
<updated>2025-05-12T16:43:40Z</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2024-04-14T14:25:28Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=c17de5689045f75c6244462182ae3b4b62df02d9'/>
<id>urn:sha1:c17de5689045f75c6244462182ae3b4b62df02d9</id>
<content type='text'>
Problem: Tracking parser revision in lockfile and allowing override
through the parsers module complicates the code. In addition, only
revision changes are handled robustly, not changes to other installation
info.

Solution: Track parser revision in the parsers module directly. Reload
parser table on every install or update call. Support modifying parser
table in a `User TSUpdate` autocommand.
</content>
</entry>
</feed>
