Gets the regex used to identify the beginning of this block, if any.
@override RegExp get pattern => RegExp(r'^ {0,3}</?\w+(?:>|\s+[^>]*>)\s*$');