mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 15:08:35 +00:00
Linting
This commit is contained in:
@@ -69,7 +69,7 @@ struct syn_state {
|
||||
|
||||
// Structure shared between syntax.c, screen.c
|
||||
typedef struct attr_entry {
|
||||
short rgb_ae_attr, cterm_ae_attr; // HL_BOLD, etc.
|
||||
int16_t rgb_ae_attr, cterm_ae_attr; // HL_BOLD, etc.
|
||||
RgbValue rgb_fg_color, rgb_bg_color, rgb_sp_color;
|
||||
int cterm_fg_color, cterm_bg_color;
|
||||
} attrentry_T;
|
||||
|
Reference in New Issue
Block a user