configureNesting mounted missing #15
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The document says:
When an array of ranges is given, only those ranges are parsed, and the tree is mounted as an overlay, but I cannot get itThe subtree will be mounted on the syntax node that the nested parser attached to—in this case, the
Attributenode—not the top of the tree (though some nested languages do target the top node, the HTML parser doesn't).