pub fn pattern_specificity(pattern: &str) -> usize
Specificity score for a glob. Higher = more specific. Used as the tie-breaker when multiple rules match the same context. Score is the length of the longest non-* prefix.
*