blob: ce79c49e695a63f222ebd324fcb723d6886324e1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
#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
|