Diffdown is a real-time collaborative Markdown editor/previewer built on the AT Protocol
diffdown.com
1// This file was generated by lezer-generator. You probably shouldn't edit it.
2export const
3 scriptText = 55,
4 StartCloseScriptTag = 1,
5 styleText = 56,
6 StartCloseStyleTag = 2,
7 textareaText = 57,
8 StartCloseTextareaTag = 3,
9 EndTag = 4,
10 SelfClosingEndTag = 5,
11 StartTag = 6,
12 StartScriptTag = 7,
13 StartStyleTag = 8,
14 StartTextareaTag = 9,
15 StartSelfClosingTag = 10,
16 StartCloseTag = 11,
17 NoMatchStartCloseTag = 12,
18 MismatchedStartCloseTag = 13,
19 missingCloseTag = 58,
20 IncompleteTag = 14,
21 IncompleteCloseTag = 15,
22 commentContent = 59,
23 Document = 16,
24 Text = 17,
25 EntityReference = 18,
26 CharacterReference = 19,
27 InvalidEntity = 20,
28 Element = 21,
29 OpenScriptTag = 22,
30 TagName = 23,
31 Attribute = 24,
32 AttributeName = 25,
33 Is = 26,
34 AttributeValue = 27,
35 UnquotedAttributeValue = 28,
36 ScriptText = 29,
37 CloseScriptTag = 30,
38 OpenStyleTag = 31,
39 StyleText = 32,
40 CloseStyleTag = 33,
41 OpenTextareaTag = 34,
42 TextareaText = 35,
43 CloseTextareaTag = 36,
44 OpenTag = 37,
45 CloseTag = 38,
46 SelfClosingTag = 39,
47 Comment = 40,
48 ProcessingInst = 41,
49 MismatchedCloseTag = 42,
50 NoMatchCloseTag = 43,
51 DoctypeDecl = 44,
52 Dialect_noMatch = 0,
53 Dialect_selfClosing = 1