Files
neovim/src/nvim/syntax.h
2014-06-02 11:04:18 -03:00

13 lines
205 B
C

#ifndef NVIM_SYNTAX_H
#define NVIM_SYNTAX_H
#include "nvim/buffer_defs.h"
typedef int guicolor_T;
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "syntax.h.generated.h"
#endif
#endif // NVIM_SYNTAX_H