mirror of
https://github.com/neovim/neovim.git
synced 2026-02-07 04:17:22 +00:00
fix(health): stop using deprecated ts.language.inspect_language() (#22850)
This commit is contained in:
@@ -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)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user