syntect::parsing::syntax_definition

Type Alias CaptureMapping

Source
pub type CaptureMapping = Vec<(usize, Vec<Scope>)>;

Aliased Typeยง

struct CaptureMapping { /* private fields */ }