mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 05:28:33 +00:00
unittests,syntax: Check for sanity of highlight_init_cmdline
Also fixes some errors found.
This commit is contained in:
@@ -45,6 +45,9 @@ typedef struct {
|
||||
} color_name_table_T;
|
||||
extern color_name_table_T color_name_table[];
|
||||
|
||||
/// Array of highlight definitions, used for unit testing
|
||||
extern const char *const highlight_init_cmdline[];
|
||||
|
||||
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
||||
# include "syntax.h.generated.h"
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user