mirror of
https://github.com/neovim/neovim.git
synced 2026-07-18 23:21:35 +00:00
api: add API for themes
co-author: hlpr98 <hlpr98@gmail.com> (dict2hlattrs function) orange is sus?? NOVEMBER DAWN erase the lie that is redraw_later()
This commit is contained in:
@@ -55,6 +55,8 @@ MAP_DECLS(String, MsgpackRpcRequestHandler)
|
||||
MAP_DECLS(HlEntry, int)
|
||||
MAP_DECLS(String, handle_T)
|
||||
|
||||
MAP_DECLS(ColorKey, ColorItem)
|
||||
|
||||
#define map_new(T, U) map_##T##_##U##_new
|
||||
#define map_free(T, U) map_##T##_##U##_free
|
||||
#define map_get(T, U) map_##T##_##U##_get
|
||||
|
||||
Reference in New Issue
Block a user