matchTags
matchTags():
BasicExtension
Defined in: extensions/matchTags.ts:126
Extension that adds an active-tagname class to matching HTML/XML/JSX tags when the
cursor is on either tag. If the editor doesn’t have a TagMatcher, one is
created. Use the CSS selector .active-tagname to style the elements. Obviously don’t
add this if the languages used don’t have tags.