mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-22 21:30:06 -04:00
fixup!
This commit is contained in:
parent
4cff6b787d
commit
776bcca920
1 changed files with 1 additions and 2 deletions
|
|
@ -459,8 +459,7 @@ end
|
|||
|
||||
---@param languages string[]|string
|
||||
---@param options? InstallOptions
|
||||
---@param _callback? fun(success: boolean)
|
||||
M.install = a.async(function(languages, options, _callback)
|
||||
M.install = a.async(function(languages, options)
|
||||
reload_parsers()
|
||||
languages = config.norm_languages(languages, { unsupported = true })
|
||||
return install(languages, options)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue