mirror of
https://github.com/neovim/neovim.git
synced 2025-11-05 10:14:26 +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)