mirror of
https://github.com/neovim/neovim.git
synced 2026-02-07 20:37:21 +00:00
13 lines
205 B
C
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
|