diff options
Diffstat (limited to 'src/nvim/syntax.h')
| -rw-r--r-- | src/nvim/syntax.h | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/src/nvim/syntax.h b/src/nvim/syntax.h index bb733ead30..c9b0665ec8 100644 --- a/src/nvim/syntax.h +++ b/src/nvim/syntax.h @@ -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  | 
