mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-22 21:30:06 -04:00
feat!: update tier 1 parsers to versions
This commit is contained in:
parent
03b2f7839e
commit
be7272c2d8
4 changed files with 48 additions and 13 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