|
62 | 62 | <!-- |
63 | 63 | ## ^^^^^ - meta.tag - source |
64 | 64 | ## ^^^^ comment.block.html punctuation.definition.comment.begin.html |
65 | | - ## ^ source.js.embedded.html - meta.tag - comment |
| 65 | + ## ^ - source.js.embedded - meta.tag - comment |
66 | 66 | var i = 0; |
67 | 67 | ## ^^^^^^^^^^^^ source.js.embedded.html - meta.tag |
68 | 68 | --> |
69 | | - ##^^ source.js.embedded.html - meta.tag - comment |
| 69 | + ##^^ - source - meta.tag - comment |
70 | 70 | ## ^^^^ - source - meta.tag |
71 | 71 | ## ^^^ comment.block.html punctuation.definition.comment.end.html |
72 | 72 | var i = 0; |
|
101 | 101 | ##^^^^^^ meta.tag.script.begin.html - meta.tag meta.tag - meta.attribute-with-value - source |
102 | 102 | ## ^^^^^^^^^^^^^^^^^^^^^^ meta.tag.script.begin.html meta.attribute-with-value.html - meta.tag meta.tag - meta.attribute-with-value meta.attribute-with-value - source |
103 | 103 | ## ^ meta.tag.script.begin.html - meta.tag meta.tag - meta.attribute-with-value - source |
104 | | - ## ^^^^^ - meta.tag - source |
| 104 | + ## ^^^^^^ - meta.tag - source |
105 | 105 | ## ^ entity.name.tag.script |
106 | 106 | ## ^ string.quoted.double.html |
107 | 107 | ## ^^^^ comment.block.html punctuation.definition.comment.begin.html |
108 | | - ## ^ source.js.embedded.html |
109 | 108 | var foo = 100; |
110 | 109 | var baz = function() { |
111 | 110 | ## <- entity.name.function.js |
|
129 | 128 | var foo = 100; |
130 | 129 | ## ^^^^^^^^^^^^^^^ source.js.embedded |
131 | 130 | </script> |
| 131 | +## <- - source.js.embedded |
| 132 | +##^^^^^^ - source.js.embedded |
| 133 | +## ^^^^^^^^^ meta.tag.script.end.html |
132 | 134 |
|
133 | 135 | <script type=application/json> |
134 | 136 | { |
|
139 | 141 | } |
140 | 142 | ## ^ source.json.embedded.html meta.mapping.json punctuation.section.mapping.end.json |
141 | 143 | </script> |
| 144 | +## <- - source.json.embedded |
| 145 | +##^^^^^^ - source.json.embedded |
| 146 | +## ^^^^^^^^^ meta.tag.script.end.html |
142 | 147 |
|
143 | 148 | <script type="application/ld+json"> |
144 | 149 | { "@id": {"key": "value" } } |
145 | 150 | ## ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ source.json.embedded.html |
146 | 151 | </script> |
| 152 | +## <- - source.json.embedded |
| 153 | +##^^^^^^ - source.json.embedded |
| 154 | +## ^^^^^^^^^ meta.tag.script.end.html |
147 | 155 |
|
148 | 156 | <script type="application/f̱oo+json"> |
149 | 157 | { "@id": {"key": "value" } } |
150 | 158 | ## ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - source.json |
151 | 159 | </script> |
| 160 | +## <- - source.json.embedded |
| 161 | +##^^^^^^ - source.json.embedded |
| 162 | +## ^^^^^^^^^ meta.tag.script.end.html |
152 | 163 |
|
153 | 164 | <script type="application/ld+json;charset=utf-8"> |
154 | 165 | { "@id": {"key": "value" } } |
155 | 166 | ## ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ source.json.embedded.html |
156 | 167 | </script> |
| 168 | +## <- - source.json.embedded |
| 169 | +##^^^^^^ - source.json.embedded |
| 170 | +## ^^^^^^^^^ meta.tag.script.end.html |
157 | 171 |
|
158 | 172 | <script type="whatever+json"> |
159 | 173 | <![CDATA[ |
|
166 | 180 | ## ^ meta.tag.sgml.cdata.html source.json.embedded.html meta.mapping.json punctuation.section.mapping.end.json |
167 | 181 | ]]> |
168 | 182 | </script> |
| 183 | +## <- - source.json.embedded |
| 184 | +##^^^^^^ - source.json.embedded |
| 185 | +## ^^^^^^^^^ meta.tag.script.end.html |
169 | 186 |
|
170 | 187 | <script type = "text/html"> <!-- |
171 | 188 | ##^^^^^^ meta.tag.script.begin.html - meta.tag meta.tag - meta.attribute-with-value |
|
205 | 222 | ## ^^^^ punctuation.definition.comment.begin.html |
206 | 223 | ## ^^^^^^^ source.js.embedded.html |
207 | 224 | --> |
208 | | -## ^^^^ source.js.embedded.html |
209 | | -## ^^^^ - source |
| 225 | +## ^^^^^^^^ - source |
210 | 226 | ## ^^^ comment.block.html punctuation.definition.comment.end.html |
211 | 227 | </script> |
212 | 228 |
|
|
326 | 342 | ## <- source.css.embedded.html |
327 | 343 | ## ^^^^^^^^^^^^^ source.css.embedded.html |
328 | 344 | </style> |
| 345 | +## <- - source.css.embedded |
| 346 | +##^^^^^^ - source.css.embedded |
| 347 | +## ^^^^^^^^ meta.tag.style.end.html |
329 | 348 |
|
330 | 349 | <style type="text/css"> |
331 | 350 | <!-- |
332 | 351 | ## ^ - meta.tag - comment - source |
333 | 352 | ## ^^^^ comment.block.html punctuation.definition.comment.begin.html - source |
334 | | - ## ^ source.css.embedded.html - comment |
| 353 | + ## ^ - comment - source |
335 | 354 | h1 {} |
336 | 355 | ## ^^^^^^^ source.css.embedded.html |
337 | 356 | --> |
338 | | - ## ^ source.css.embedded.html - comment |
| 357 | + ## ^ - comment - source |
339 | 358 | ## ^^^ comment.block.html punctuation.definition.comment.end.html - source |
340 | 359 | ## ^ - meta.tag - comment - source |
341 | 360 | </style> |
342 | 361 | ## ^^^^^ meta.tag - comment - source |
343 | 362 |
|
344 | 363 | <style type="text/css"> <!-- |
345 | 364 | ## ^^^^^^^^^^^^^^^^^^^^ meta.tag.style.begin.html - source.css |
346 | | - ## ^^^^^ - meta.tag - source.css |
347 | | - ## ^ source.css.embedded.html |
| 365 | + ## ^^^^^^ - meta.tag - source.css |
348 | 366 | ## ^^^ entity.name.tag.style.html |
349 | 367 | ## ^ - entity |
350 | 368 | ## ^^^^ entity.other.attribute-name |
|
0 commit comments