aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/highlight.h
blob: 6be0d6200bd6f21138d09adec205a5d53bc20860 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef NVIM_HIGHLIGHT_H
#define NVIM_HIGHLIGHT_H

#include <stdbool.h>
#include "nvim/highlight_defs.h"
#include "nvim/api/private/defs.h"
#include "nvim/ui.h"

#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "highlight.h.generated.h"
#endif

#endif  // NVIM_HIGHLIGHT_H