pub fn context_iter<'a>(
    syntax_set: &'a SyntaxSet,
    context: &'a Context,
) -> MatchIter<'a> ⓘExpand description
Returns an iterator over all the match patterns in this context.
It recursively follows include directives. Can only be run on contexts that have already been linked up.