mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat!: update tier 1 parsers to versions
This commit is contained in:
parent
18bb653917
commit
dc8f3415a7
5 changed files with 58 additions and 18 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
local generate = false
|
||||
local update = false
|
||||
local max_jobs = nil ---@as integer
|
||||
local max_jobs = nil ---@type integer?
|
||||
local parsers = {}
|
||||
for i = 1, #_G.arg do
|
||||
if _G.arg[i] == '--generate' then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue