highlightTagPunctuation
highlightTagPunctuation(
className
,alwaysHighlight?
):BasicExtension
Defined in: extensions/matchTags.ts:164
Extension that highlights <
and >
punctuation in XML tags.
Parameters
Section titled “Parameters”className
Section titled “className”string
Class added to the active punctuation you can use to style them with CSS.
alwaysHighlight?
Section titled “alwaysHighlight?”boolean
If true, the punctuation will always be highlighted when the cursor is inside a tag. If not it will only be highlighted when the cursor is on the punctuation.