aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/syntax.h
blob: 71c5c193c79e9a1d694adb408704834e3e588fb5 (plain) (blame)
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 */