mirror of
https://github.com/neovim/neovim.git
synced 2025-09-26 21:18:34 +00:00
api/vim: allow guis and tests to retrieve the entire color table
This commit is contained in:

committed by
Thiago de Arruda

parent
ae2b747e64
commit
f468fb70cb
@@ -38,6 +38,12 @@
|
||||
#define HL_CONCEAL 0x20000 /* can be concealed */
|
||||
#define HL_CONCEALENDS 0x40000 /* can be concealed */
|
||||
|
||||
typedef struct {
|
||||
char *name;
|
||||
RgbValue color;
|
||||
} color_name_table_T;
|
||||
extern color_name_table_T color_name_table[];
|
||||
|
||||
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
||||
# include "syntax.h.generated.h"
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user