mirror of
https://github.com/neovim/neovim.git
synced 2026-01-04 18:37:02 +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.