99 [" text" ," tokenize embedded script" ]
1010],[
1111 " start" ,
12- [" meta.tag" ," <" ],
13- [" meta.tag.tag- name.script" ," script" ],
12+ [" meta.tag.punctuation.begin " ," <" ],
13+ [" meta.tag.name.script" ," script" ],
1414 [" text" ," " ],
1515 [" entity.other.attribute-name" ," a" ],
16- [" keyword.operator" ," =" ],
16+ [" keyword.operator.separator " ," =" ],
1717 [" string" ," 'a'" ],
18- [" meta.tag.r " ," >" ],
18+ [" meta.tag.punctuation.end " ," >" ],
1919 [" storage.type" ," var" ],
20- [" meta.tag" ," </" ],
21- [" meta.tag.tag- name.script" ," script" ],
22- [" meta.tag.r " ," >" ],
20+ [" meta.tag.punctuation.begin " ," </" ],
21+ [" meta.tag.name.script" ," script" ],
22+ [" meta.tag.punctuation.end " ," >" ],
2323 [" text" ," '123'" ]
2424],[
2525 " start" ,
2626 [" text" ," tokenize multiline attribute value with double quotes" ]
2727],[
28- " tag_qqstring " ,
29- [" meta.tag" ," <" ],
30- [" meta.tag.tag- name.anchor" ," a" ],
28+ [ " qqstring_inner " , " start_tag_stuff " ] ,
29+ [" meta.tag.punctuation.begin " ," <" ],
30+ [" meta.tag.name.anchor" ," a" ],
3131 [" text" ," " ],
3232 [" entity.other.attribute-name" ," href" ],
33- [" keyword.operator" ," =" ],
33+ [" keyword.operator.separator " ," =" ],
3434 [" string" ," \" abc{{xyz}}" ]
3535],[
3636 " start" ,
3737 [" string" ," def\" " ],
38- [" meta.tag.r " ," >" ]
38+ [" meta.tag.punctuation.end " ," >" ]
3939],[
4040 " start" ,
4141 [" text" ," tokenize multiline attribute value with single quotes" ]
4242],[
43- " tag_qstring " ,
44- [" meta.tag" ," <" ],
45- [" meta.tag.tag- name.anchor" ," a" ],
43+ [ " qstring_inner " , " start_tag_stuff " ] ,
44+ [" meta.tag.punctuation.begin " ," <" ],
45+ [" meta.tag.name.anchor" ," a" ],
4646 [" text" ," " ],
4747 [" entity.other.attribute-name" ," href" ],
48- [" keyword.operator" ," =" ],
48+ [" keyword.operator.separator " ," =" ],
4949 [" string" ," 'abc" ]
5050],[
5151 " start" ,
5252 [" string" ," def\\\" '" ],
53- [" meta.tag.r " ," >" ]
53+ [" meta.tag.punctuation.end " ," >" ]
5454],[
5555 " start"
5656]]
0 commit comments