Home
last modified time | relevance | path

Searched defs:syn_pattern (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dsyntax.c48 typedef struct syn_pattern struct
50 char sp_type; // see SPTYPE_ defines below
51 char sp_syncing; // this item used for syncing
52 short sp_syn_match_id; // highlight group ID of pattern
53 short sp_off_flags; // see below
54 int sp_offsets[SPO_COUNT]; // offsets
55 int sp_flags; // see HL_ defines below
57 int sp_cchar; // conceal substitute character
59 int sp_ic; // ignore-case flag for sp_prog
60 int sp_sync_idx; // sync item index (syncing only)
[all …]