mirror of
https://github.com/neovim/neovim.git
synced 2026-01-19 11:40:53 +10: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.