fn parents_match( node: NodeOrToken<SyntaxNode, SyntaxToken>, kinds: &[SyntaxKind], ) -> bool
Returns true if the parent nodes of node all match the SyntaxKinds in kinds exactly.
node
SyntaxKind
kinds