// This file was generated by lezer-generator. You probably shouldn't edit it.
export const
  StartTag = 1,
  StartCloseTag = 2,
  MissingCloseTag = 3,
  mismatchedStartCloseTag = 4,
  incompleteStartCloseTag = 5,
  commentContent = 36,
  piContent = 37,
  cdataContent = 38,
  Document = 6,
  Text = 7,
  EntityReference = 8,
  CharacterReference = 9,
  Cdata = 10,
  Element = 11,
  EndTag = 12,
  OpenTag = 13,
  TagName = 14,
  Attribute = 15,
  AttributeName = 16,
  Is = 17,
  AttributeValue = 18,
  CloseTag = 19,
  SelfCloseEndTag = 20,
  SelfClosingTag = 21,
  Comment = 22,
  ProcessingInst = 23,
  MismatchedCloseTag = 24,
  DoctypeDecl = 25
