1 2 3 4 5 6 7 8 9 10 11 12 13
#ifndef NVIM_SYNTAX_H #define NVIM_SYNTAX_H #include "nvim/buffer_defs.h" typedef int guicolor_T; /* syntax.c */ #ifdef INCLUDE_GENERATED_DECLARATIONS # include "syntax.h.generated.h" #endif #endif /* NVIM_SYNTAX_H */