|
38 | 38 | var i = 0; |
39 | 39 | // ^^^^^^^^^^^^ source.js.embedded.html - source source |
40 | 40 | </script> |
41 | | -// <- source.js.embedded.html - source source |
42 | | -// ^ source.js.embedded.html - source source |
| 41 | +// <- - meta.tag - source |
| 42 | +//^^ - meta.tag - source |
43 | 43 | // ^^^^^^^^^ meta.tag - source |
44 | 44 |
|
45 | 45 |
|
46 | 46 | <script> |
47 | 47 | <!-- |
48 | | -//^^^^^^ - meta.tag - source |
| 48 | +//^^^^^^^ - meta.tag - source |
49 | 49 | // ^^^^ comment.block.html punctuation.definition.comment.begin.html |
50 | | -// ^ source.js.embedded.html - source source - meta.tag - comment |
51 | 50 | var i = 0; |
52 | 51 | // ^^^^^^^^^^^^ source.js.embedded.html - source source - meta.tag |
53 | 52 | --> |
54 | | -//^^ source.js.embedded.html - meta.tag - comment |
55 | | -// ^^^^ - source - meta.tag |
56 | | -// ^^^ comment.block.html punctuation.definition.comment.end.html |
| 53 | +// <- - comment - source |
| 54 | +//^^ - comment - source |
| 55 | +// ^^^ comment.block.html punctuation.definition.comment.end.html - source |
| 56 | +// ^ - comment - source |
57 | 57 | var i = 0; |
58 | 58 | // ^^^^^^^^^^^^ - source |
59 | 59 | </script> |
| 60 | +// <- - meta.tag - source |
| 61 | +//^^ - meta.tag - source |
60 | 62 | // ^^^^^^^^^ meta.tag - source |
61 | 63 |
|
62 | 64 |
|
63 | 65 | <script> <!-- |
64 | | -// ^^^^^^^^^^^^^ - source |
| 66 | +// ^^^^^^^^^^^^^^ - source |
65 | 67 | // ^^^^^^^^ meta.tag |
66 | 68 | // ^ punctuation.definition.tag.begin.html |
67 | 69 | // ^^^^^^ entity.name.tag |
68 | 70 | // ^ punctuation.definition.tag.end.html |
69 | 71 | // ^ - meta.tag - comment |
70 | 72 | // ^^^^ comment.block.html punctuation.definition.comment.begin.html |
71 | | -// ^ source.js.embedded.html - source source |
72 | 73 |
|
73 | 74 | var foo = 100; |
74 | 75 | // <- source.js.embedded.html - source source |
|
77 | 78 | // ^^^ source.js.embedded.html keyword.operator - comment |
78 | 79 |
|
79 | 80 | --> </script> |
80 | | -// ^ source.js.embedded.html - source source |
81 | | -// ^^^^^^^^^^^^^^ - source |
82 | | -// ^ - meta.tag - comment |
83 | | -// ^^^^^^^^^ meta.tag |
84 | | -// ^ - meta.tag |
85 | | -// ^^^ comment.block.html punctuation.definition.comment.end.html |
| 81 | +// <- - comment - source |
| 82 | +//^^ - comment - source |
| 83 | +// ^^^ comment.block.html punctuation.definition.comment.end.html - source |
| 84 | +// ^ - comment - meta.tag - source |
| 85 | +// ^^^^^^^^^ meta.tag - comment - source |
86 | 86 | // ^^ punctuation.definition.tag.begin.html |
87 | 87 | // ^^^^^^ entity.name.tag |
88 | 88 | // ^ punctuation.definition.tag.end.html |
|
92 | 92 | // ^^^^^^^^ meta.tag - meta.attribute-with-value - source |
93 | 93 | // ^^^^^^^^^^^^^^^^^^^^^^ meta.tag meta.attribute-with-value - meta.attribute-with-value meta.attribute-with-value - source |
94 | 94 | // ^ meta.tag - meta.attribute-with-value - source |
95 | | -// ^^^^^ - meta.tag - source |
| 95 | +// ^^^^^^ - meta.tag - source |
96 | 96 | // ^^^^^^ entity.name.tag |
97 | 97 | // ^^^^ entity.other.attribute-name.html |
98 | 98 | // ^ punctuation.separator.key-value.html |
99 | 99 | // ^^^^^^^^^^^^^^^^^ string.quoted.double.html |
100 | 100 | // ^^^^ comment.block.html punctuation.definition.comment.begin.html |
101 | | -// ^ source.js.embedded.html |
102 | 101 |
|
103 | 102 | var foo = 100; |
104 | 103 | // <- source.js.embedded.html - source source |
|
107 | 106 | // ^^^ source.js.embedded.html keyword.operator - comment |
108 | 107 |
|
109 | 108 | --> </script> |
110 | | -// ^ source.js.embedded.html - source source |
111 | | -// ^^^^^^^^^^^^^^ - source |
112 | | -// ^ - meta.tag - comment |
113 | | -// ^^^^^^^^^ meta.tag |
114 | | -// ^ - meta.tag |
115 | | -// ^^^ comment.block.html punctuation.definition.comment.end.html |
| 109 | +// <- - comment - source |
| 110 | +//^^ - comment - source |
| 111 | +// ^^^ comment.block.html punctuation.definition.comment.end.html - source |
| 112 | +// ^ - comment - meta.tag - source |
| 113 | +// ^^^^^^^^^ meta.tag - comment - source |
116 | 114 | // ^^ punctuation.definition.tag.begin.html |
117 | 115 | // ^^^^^^ entity.name.tag |
118 | 116 | // ^ punctuation.definition.tag.end.html |
|
128 | 126 | // <- source.js.embedded.html - source source |
129 | 127 | // ^^^^^^^^^^^^^^^^ source.js.embedded.html - source source |
130 | 128 | </script> |
131 | | -// <- source.js.embedded.html - source source |
132 | | -// ^ source.js.embedded.html - source source |
| 129 | +// <- - meta.tag - source |
| 130 | +//^^ - meta.tag - source |
133 | 131 | // ^^^^^^^^^ meta.tag - source |
134 | 132 |
|
| 133 | + |
| 134 | + <!-- |
| 135 | + -- CoffeeScript |
| 136 | + --> |
| 137 | + |
135 | 138 | <script language="coffeescript"> </script> |
136 | 139 | // ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ meta.tag - meta.tag meta.tag - source |
137 | 140 | // ^^^^^^^^^^^^^^^^^^^^^^^ meta.attribute-with-value.lang.html - meta.attribute-with-value meta.attribute-with-value |
|
148 | 151 |
|
149 | 152 | // <- source.coffee.embedded.html - source source |
150 | 153 | </script> |
151 | | -// <- source.coffee.embedded.html - source source |
152 | | -//^^ source.coffee.embedded.html - source source |
| 154 | +// <- - source |
153 | 155 | // ^^^^^^^^^ meta.tag - source |
154 | 156 |
|
155 | 157 | <script lang="coffee"> |
156 | 158 | <!-- |
157 | | -// ^^^^^^^^^ - source |
| 159 | +// ^^^^^^^^^^ - source |
158 | 160 | // ^^^^ comment.block.html punctuation.definition.comment.begin.html |
159 | | -// ^ source.coffee.embedded.html - source source |
160 | 161 | --> |
161 | | -// ^^^^^ source.coffee.embedded.html - source source |
| 162 | +// <- - comment - source |
| 163 | +//^^^^^^ - comment - source |
162 | 164 | // ^^^ comment.block.html punctuation.definition.comment.end.html - source |
163 | | -// ^ - source - comment - meta.tag |
| 165 | +// ^ - comment - source |
| 166 | + var i = 0; |
| 167 | +// ^^^^^^^^^^^^ - source |
164 | 168 | </script> |
165 | | -// <- - source - comment - meta.tag |
166 | | -//^^ - source - comment - meta.tag |
| 169 | +// <- - meta.tag - source |
| 170 | +//^^ - meta.tag - source |
167 | 171 | // ^^^^^^^^^ meta.tag - source |
168 | 172 |
|
| 173 | + |
| 174 | + <!-- |
| 175 | + -- JSX |
| 176 | + --> |
| 177 | + |
169 | 178 | <script lang="jsx"> |
170 | 179 |
|
171 | 180 | // <- source.jsx.embedded.html - source source |
172 | 181 | </script> |
173 | | -// <- source.jsx.embedded.html - source source |
174 | | -//^^ source.jsx.embedded.html - source source |
| 182 | +// <- - meta.tag - source |
| 183 | +//^^ - meta.tag - source |
175 | 184 | // ^^^^^^^^^ meta.tag - source |
176 | 185 |
|
177 | 186 | <script lang="jsx"> |
178 | 187 | <!-- |
179 | | -// ^^^^^^^^^ - source |
| 188 | +// ^^^^^^^^^^ - source |
180 | 189 | // ^^^^ comment.block.html punctuation.definition.comment.begin.html |
181 | | -// ^ source.jsx.embedded.html - source source |
182 | 190 | --> |
183 | | -// ^^^^^ source.jsx.embedded.html - source source |
| 191 | +// <- - comment - source |
| 192 | +//^^^^^^ - comment - source |
184 | 193 | // ^^^ comment.block.html punctuation.definition.comment.end.html - source |
185 | | -// ^ - source - comment - meta.tag |
| 194 | +// ^ - comment - source |
| 195 | + var i = 0; |
| 196 | +// ^^^^^^^^^^^^ - source |
186 | 197 | </script> |
187 | | -// <- - source - comment - meta.tag |
188 | | -//^^ - source - comment - meta.tag |
| 198 | +// <- - meta.tag - source |
| 199 | +//^^ - meta.tag - source |
189 | 200 | // ^^^^^^^^^ meta.tag - source |
190 | 201 |
|
| 202 | + |
| 203 | + <!-- |
| 204 | + -- LiveScript |
| 205 | + --> |
| 206 | + |
191 | 207 | <script lang="livescript"> |
192 | 208 |
|
193 | 209 | // <- source.livescript.embedded.html - source source |
194 | 210 | </script> |
195 | | -// <- source.livescript.embedded.html - source source |
196 | | -//^^ source.livescript.embedded.html - source source |
| 211 | +// <- - meta.tag - source |
| 212 | +//^^ - meta.tag - source |
197 | 213 | // ^^^^^^^^^ meta.tag - source |
198 | 214 |
|
199 | 215 | <script lang="livescript"> |
200 | 216 | <!-- |
201 | | -// ^^^^^^^^^ - source |
| 217 | +// ^^^^^^^^^^ - source |
202 | 218 | // ^^^^ comment.block.html punctuation.definition.comment.begin.html |
203 | | -// ^ source.livescript.embedded.html - source source |
204 | 219 | --> |
205 | | -// ^^^^^ source.livescript.embedded.html - source source |
| 220 | +// <- - comment - source |
| 221 | +//^^^^^^ - comment - source |
206 | 222 | // ^^^ comment.block.html punctuation.definition.comment.end.html - source |
207 | | -// ^ - source - comment - meta.tag |
| 223 | +// ^ - comment - source |
| 224 | + var i = 0; |
| 225 | +// ^^^^^^^^^^^^ - source |
208 | 226 | </script> |
209 | | -// <- - source - comment - meta.tag |
210 | | -//^^ - source - comment - meta.tag |
| 227 | +// <- - meta.tag - source |
| 228 | +//^^ - meta.tag - source |
211 | 229 | // ^^^^^^^^^ meta.tag - source |
212 | 230 |
|
213 | 231 |
|
| 232 | + <!-- |
| 233 | + -- TypeScript |
| 234 | + --> |
| 235 | + |
214 | 236 | <script lang="ts"> |
215 | 237 |
|
216 | 238 | // <- source.ts.embedded.html - source source |
217 | 239 | </script> |
218 | | -// <- source.ts.embedded.html - source source |
219 | | -//^^ source.ts.embedded.html - source source |
| 240 | +// <- - meta.tag - source |
| 241 | +//^^ - meta.tag - source |
220 | 242 | // ^^^^^^^^^ meta.tag - source |
221 | 243 |
|
222 | 244 | <script lang="ts"> |
223 | 245 | <!-- |
224 | | -// ^^^^^^^^^ - source |
| 246 | +// ^^^^^^^^^^ - source |
225 | 247 | // ^^^^ comment.block.html punctuation.definition.comment.begin.html |
226 | | -// ^ source.ts.embedded.html - source source |
227 | 248 | --> |
228 | | -// ^^^^^ source.ts.embedded.html - source source |
| 249 | +// <- - comment - source |
| 250 | +//^^^^^^ - comment - source |
229 | 251 | // ^^^ comment.block.html punctuation.definition.comment.end.html - source |
230 | | -// ^ - source - comment - meta.tag |
| 252 | +// ^ - comment - source |
| 253 | + var i = 0; |
| 254 | +// ^^^^^^^^^^^^ - source |
231 | 255 | </script> |
232 | | -// <- - source - comment - meta.tag |
233 | | -//^^ - source - comment - meta.tag |
| 256 | +// <- - meta.tag - source |
| 257 | +//^^ - meta.tag - source |
234 | 258 | // ^^^^^^^^^ meta.tag - source |
235 | 259 |
|
| 260 | + |
| 261 | + <!-- |
| 262 | + -- TSX |
| 263 | + --> |
| 264 | + |
236 | 265 | <script lang="tsx"> |
237 | 266 |
|
238 | 267 | // <- source.tsx.embedded.html - source source |
239 | 268 | </script> |
240 | | -// <- source.tsx.embedded.html - source source |
241 | | -//^^ source.tsx.embedded.html - source source |
| 269 | +// <- - meta.tag - source |
| 270 | +//^^ - meta.tag - source |
242 | 271 | // ^^^^^^^^^ meta.tag - source |
243 | 272 |
|
244 | 273 | <script lang="tsx"> |
245 | 274 | <!-- |
246 | | -// ^^^^^^^^^ - source |
| 275 | +// ^^^^^^^^^^ - source |
247 | 276 | // ^^^^ comment.block.html punctuation.definition.comment.begin.html |
248 | | -// ^ source.tsx.embedded.html - source source |
249 | 277 | --> |
250 | | -// ^^^^^ source.tsx.embedded.html - source source |
| 278 | +// <- - comment - source |
| 279 | +//^^^^^^ - comment - source |
251 | 280 | // ^^^ comment.block.html punctuation.definition.comment.end.html - source |
252 | | -// ^ - source - comment - meta.tag |
| 281 | +// ^ - comment - source |
| 282 | + var i = 0; |
| 283 | +// ^^^^^^^^^^^^ - source |
253 | 284 | </script> |
254 | | -// <- - source - comment - meta.tag |
255 | | -//^^ - source - comment - meta.tag |
| 285 | +// <- - meta.tag - source |
| 286 | +//^^ - meta.tag - source |
256 | 287 | // ^^^^^^^^^ meta.tag - source |
0 commit comments