Skip to content

highlightTagPunctuation

highlightTagPunctuation(className, alwaysHighlight?): BasicExtension

Defined in: extensions/matchTags.ts:164

Extension that highlights < and > punctuation in XML tags.

string

Class added to the active punctuation you can use to style them with CSS.

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.

BasicExtension