Function highlightTagPunctuation

  • Extension that highlights < and > punctuation in XML tags.

    Parameters

    • className: string

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

    • Optional 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.

    Returns BasicExtension

Generated using TypeDoc