highlightTagPairsOnHover
highlightTagPairsOnHover(
codeBlock):void
Defined in: client/hover.ts:153
Highlights tag pairs when a tag name is hovered. Clicking on a pair keeps it highlighted. Clicking anywhere inside the code block removes the highlight.
Parameters
Section titled “Parameters”codeBlock
Section titled “codeBlock”Code block to add tag pair highlighting to.
Returns
Section titled “Returns”void