#include <buffer_defs.h>
Data Fields | |
matchitem_T * | next |
int | id |
match ID More... | |
int | priority |
match priority More... | |
char_u * | pattern |
pattern to highlight More... | |
regmmatch_T | match |
regexp program for pattern More... | |
posmatch_T | pos |
position matches More... | |
match_T | hl |
struct for doing the actual highlighting More... | |
int | hlg_id |
highlight group ID More... | |
int | conceal_char |
cchar for Conceal highlighting More... | |