pub fn is_name_continue(c: char) -> bool
May this character continue a name? Joiners are accepted here and checked for context by validate — a character class alone cannot see what came before it.
validate