mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 15:08:35 +00:00
screen.c: make more highlights window specific
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
#ifndef NVIM_SYNTAX_DEFS_H
|
||||
#define NVIM_SYNTAX_DEFS_H
|
||||
|
||||
#include "nvim/highlight_defs.h"
|
||||
#include "nvim/regexp_defs.h"
|
||||
|
||||
typedef int32_t RgbValue;
|
||||
|
||||
# define SST_MIN_ENTRIES 150 /* minimal size for state stack array */
|
||||
# define SST_MAX_ENTRIES 1000 /* maximal size for state stack array */
|
||||
# define SST_FIX_STATES 7 /* size of sst_stack[]. */
|
||||
|
Reference in New Issue
Block a user