mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
fix(health): stop using deprecated ts.language.inspect_language() (#22850)
This commit is contained in:
parent
19110eddb9
commit
6a4ebf894f
@ -22,7 +22,7 @@ function M.check()
|
||||
)
|
||||
)
|
||||
else
|
||||
local lang = ts.language.inspect_language(parsername)
|
||||
local lang = ts.language.inspect(parsername)
|
||||
health.report_ok(
|
||||
string.format('Parser: %-10s ABI: %d, path: %s', parsername, lang._abi_version, parser)
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user