mirror of
https://github.com/neovim/neovim.git
synced 2025-11-07 19:24:25 +00:00
Problem: `TSLangInfo` annotation does not reflect the structure returned
by `vim.treesitter.language.inspect()`.
Solution: Move version information under new (optional since ABI 15 only)
`TSLangMetadata` field.
(cherry picked from commit f82219c490)