mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 10:50:06 -04:00
fix: repositories from M.repositories since last merge.
This commit is contained in:
parent
b72559f9c2
commit
7e0b69d981
1 changed files with 1 additions and 1 deletions
|
|
@ -180,7 +180,7 @@ function M.install_parser(ft)
|
||||||
if not string.match(yesno, '^y.*') then return end
|
if not string.match(yesno, '^y.*') then return end
|
||||||
end
|
end
|
||||||
|
|
||||||
local repository = repositories[ft]
|
local repository = M.repositories[ft]
|
||||||
if not repository then
|
if not repository then
|
||||||
return api.nvim_err_writeln('Parser not available for language '..ft)
|
return api.nvim_err_writeln('Parser not available for language '..ft)
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue