mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 12:06:55 -04:00
feat(install)!: bump minimum tree-sitter version to 0.24
This commit is contained in:
parent
c5a8c9d01a
commit
a2841d29d7
4 changed files with 26 additions and 27 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue