feat(install)!: bump minimum tree-sitter version to 0.24

This commit is contained in:
Christian Clason 2024-10-06 12:02:32 +02:00
parent c5a8c9d01a
commit a2841d29d7
4 changed files with 26 additions and 27 deletions

View file

@ -145,7 +145,6 @@ local function do_generate(logger, repo, compile_location)
local r = system({
'tree-sitter',
'generate',
'--no-bindings',
'--abi',
tostring(vim.treesitter.language_version),
repo.generate_from_json and 'src/grammar.json',