mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 23:18:33 +00:00
syntax: Add support for the "special" color used for undercurls
This commit is contained in:
@@ -70,7 +70,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.
|
||||
RgbValue rgb_fg_color, rgb_bg_color;
|
||||
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