Searched defs:syn_pattern (Results 1 – 1 of 1) sorted by relevance
48 typedef struct syn_pattern struct50 char sp_type; // see SPTYPE_ defines below51 char sp_syncing; // this item used for syncing52 short sp_syn_match_id; // highlight group ID of pattern53 short sp_off_flags; // see below54 int sp_offsets[SPO_COUNT]; // offsets55 int sp_flags; // see HL_ defines below57 int sp_cchar; // conceal substitute character59 int sp_ic; // ignore-case flag for sp_prog60 int sp_sync_idx; // sync item index (syncing only)[all …]