Skip to content

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.

PrismCodeBlock

Code block to add tag pair highlighting to.

void