pub const CATEGORY_ALIASES: &[(&str, &[&str])];Expand description
Category aliases mapped to the pattern-id families they name.
A rule that starts with a dot matches any pattern id that contains it, a rule that ends with a dot matches any pattern id that starts with it, and any other rule matches one exact id.