parseMixed

fun parseMixed(nest: (node: SyntaxNodeRef, input: Input) -> NestedParse?): ParseWrapper

Create a parse wrapper that, after the inner parse completes, scans its tree for mixed language regions with the nest function, runs the resulting inner parses, and then mounts their results onto the tree.