mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 03:48:18 +00:00

Enhance msgpack-gen.lua to extract custom api type codes from the ObjectType enum in api/private/defs.h. The type information is made available from the api metadata and clients can use to correctly serialize/deserialize these types using msgpack EXT type.