nvim-treesitter/lua/nvim-treesitter
Christian Clason 78bce791f2 fix(formatter): increase match limit
Problem: Some very long patterns were not formatted correctly.

Solution: Increase the match limit when iterating to 1024.
2025-04-06 13:17:33 +02:00
..
_meta feat(parsers): rework tiers 2025-04-06 13:17:33 +02:00
async.lua refactor: use vim.system (#4923) 2025-04-06 13:16:45 +02:00
config.lua feat(parsers): rework tiers 2025-04-06 13:17:33 +02:00
health.lua feat(install)!: bump minimum tree-sitter version to 0.24 2025-04-06 13:17:33 +02:00
indent.lua feat!: drop modules, general refactor and cleanup 2025-04-06 13:16:45 +02:00
init.lua feat!: drop modules, general refactor and cleanup 2025-04-06 13:16:45 +02:00
install.lua feat(install): allow pass callback to update() 2025-04-06 13:17:33 +02:00
locals.lua feat(locals)!: refactor locals.lua into standalone 2025-04-06 13:16:45 +02:00
log.lua feat: improve logging of failed installs 2025-04-06 13:16:46 +02:00
parsers.lua fix(formatter): increase match limit 2025-04-06 13:17:33 +02:00
util.lua fix(install): return error code in callback 2025-04-06 13:17:33 +02:00