mirror of
https://github.com/neovim/neovim.git
synced 2025-11-17 07:41:27 +00:00
highlight: extract low-level highlight logic from syntax, ui
This commit is contained in:
12
src/nvim/highlight.h
Normal file
12
src/nvim/highlight.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef NVIM_HIGHLIGHT_H
|
||||
#define NVIM_HIGHLIGHT_H
|
||||
|
||||
#include <stdbool.h>
|
||||
#include "nvim/highlight_defs.h"
|
||||
#include "nvim/api/private/defs.h"
|
||||
|
||||
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
||||
# include "highlight.h.generated.h"
|
||||
#endif
|
||||
|
||||
#endif // NVIM_HIGHLIGHT_H
|
||||
Reference in New Issue
Block a user