|
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 |
43 | 41 | // ^^^^^^^^^ meta.tag - source |
44 | 42 |
|
45 | 43 |
|
46 | 44 | <script> |
47 | 45 | <!-- |
48 | 46 | //^^^^^^ - meta.tag - source |
49 | 47 | // ^^^^ comment.block.html punctuation.definition.comment.begin.html |
50 | | -// ^ source.js.embedded.html - source source - meta.tag - comment |
51 | 48 | var i = 0; |
52 | 49 | // ^^^^^^^^^^^^ source.js.embedded.html - source source - meta.tag |
53 | 50 | --> |
54 | | -//^^ source.js.embedded.html - meta.tag - comment |
55 | | -// ^^^^ - source - meta.tag |
56 | | -// ^^^ comment.block.html punctuation.definition.comment.end.html |
| 51 | +// ^^^ comment.block.html punctuation.definition.comment.end.html - source |
| 52 | +// ^ - comment - source |
57 | 53 | var i = 0; |
58 | 54 | // ^^^^^^^^^^^^ - source |
59 | 55 | </script> |
|
68 | 64 | // ^ punctuation.definition.tag.end.html |
69 | 65 | // ^ - meta.tag - comment |
70 | 66 | // ^^^^ comment.block.html punctuation.definition.comment.begin.html |
71 | | -// ^ source.js.embedded.html - source source |
72 | 67 |
|
73 | 68 | var foo = 100; |
74 | 69 | // <- source.js.embedded.html - source source |
|
77 | 72 | // ^^^ source.js.embedded.html keyword.operator - comment |
78 | 73 |
|
79 | 74 | --> </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 |
| 75 | +// ^^^ comment.block.html punctuation.definition.comment.end.html - source |
| 76 | +// ^ - comment - meta.tag - source |
| 77 | +// ^^^^^^^^^ meta.tag - comment - source |
86 | 78 | // ^^ punctuation.definition.tag.begin.html |
87 | 79 | // ^^^^^^ entity.name.tag |
88 | 80 | // ^ punctuation.definition.tag.end.html |
|
98 | 90 | // ^ punctuation.separator.key-value.html |
99 | 91 | // ^^^^^^^^^^^^^^^^^ string.quoted.double.html |
100 | 92 | // ^^^^ comment.block.html punctuation.definition.comment.begin.html |
101 | | -// ^ source.js.embedded.html |
102 | 93 |
|
103 | 94 | var foo = 100; |
104 | 95 | // <- source.js.embedded.html - source source |
|
107 | 98 | // ^^^ source.js.embedded.html keyword.operator - comment |
108 | 99 |
|
109 | 100 | --> </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 |
| 101 | +// ^^^ comment.block.html punctuation.definition.comment.end.html - source |
| 102 | +// ^ - comment - meta.tag - source |
| 103 | +// ^^^^^^^^^ meta.tag - comment - source |
116 | 104 | // ^^ punctuation.definition.tag.begin.html |
117 | 105 | // ^^^^^^ entity.name.tag |
118 | 106 | // ^ punctuation.definition.tag.end.html |
|
128 | 116 | // <- source.js.embedded.html - source source |
129 | 117 | // ^^^^^^^^^^^^^^^^ source.js.embedded.html - source source |
130 | 118 | </script> |
131 | | -// <- source.js.embedded.html - source source |
132 | | -// ^ source.js.embedded.html - source source |
133 | 119 | // ^^^^^^^^^ meta.tag - source |
134 | 120 |
|
| 121 | + |
| 122 | + <!-- |
| 123 | + -- CoffeeScript |
| 124 | + --> |
| 125 | + |
135 | 126 | <script language="coffeescript"> </script> |
136 | 127 | // ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ meta.tag - meta.tag meta.tag - source |
137 | 128 | // ^^^^^^^^^^^^^^^^^^^^^^^ meta.attribute-with-value.lang.html - meta.attribute-with-value meta.attribute-with-value |
|
148 | 139 |
|
149 | 140 | // <- source.coffee.embedded.html - source source |
150 | 141 | </script> |
151 | | -// <- source.coffee.embedded.html - source source |
152 | | -//^^ source.coffee.embedded.html - source source |
153 | 142 | // ^^^^^^^^^ meta.tag - source |
154 | 143 |
|
155 | 144 | <script lang="coffee"> |
156 | 145 | <!-- |
157 | 146 | // ^^^^^^^^^ - source |
158 | 147 | // ^^^^ comment.block.html punctuation.definition.comment.begin.html |
159 | | -// ^ source.coffee.embedded.html - source source |
160 | 148 | --> |
161 | | -// ^^^^^ source.coffee.embedded.html - source source |
| 149 | +// <- - comment |
| 150 | +//^^^^^^ - comment |
162 | 151 | // ^^^ comment.block.html punctuation.definition.comment.end.html - source |
163 | | -// ^ - source - comment - meta.tag |
| 152 | +// ^ - comment - source |
| 153 | + var i = 0; |
| 154 | +// ^^^^^^^^^^^^ - source |
164 | 155 | </script> |
165 | | -// <- - source - comment - meta.tag |
166 | | -//^^ - source - comment - meta.tag |
167 | 156 | // ^^^^^^^^^ meta.tag - source |
168 | 157 |
|
| 158 | +
|
| 159 | + <!-- |
| 160 | + -- JSX |
| 161 | + --> |
| 162 | +
|
169 | 163 | <script lang="jsx"> |
170 | 164 |
|
171 | 165 | // <- source.jsx.embedded.html - source source |
172 | 166 | </script> |
173 | | -// <- source.jsx.embedded.html - source source |
174 | | -//^^ source.jsx.embedded.html - source source |
175 | 167 | // ^^^^^^^^^ meta.tag - source |
176 | 168 |
|
177 | 169 | <script lang="jsx"> |
178 | 170 | <!-- |
179 | 171 | // ^^^^^^^^^ - source |
180 | 172 | // ^^^^ comment.block.html punctuation.definition.comment.begin.html |
181 | | -// ^ source.jsx.embedded.html - source source |
182 | 173 | --> |
183 | | -// ^^^^^ source.jsx.embedded.html - source source |
| 174 | +// <- - comment |
| 175 | +//^^^^^^ - comment |
184 | 176 | // ^^^ comment.block.html punctuation.definition.comment.end.html - source |
185 | | -// ^ - source - comment - meta.tag |
| 177 | +// ^ - comment - source |
| 178 | + var i = 0; |
| 179 | +// ^^^^^^^^^^^^ - source |
186 | 180 | </script> |
187 | | -// <- - source - comment - meta.tag |
188 | | -//^^ - source - comment - meta.tag |
189 | 181 | // ^^^^^^^^^ meta.tag - source |
190 | 182 |
|
| 183 | +
|
| 184 | + <!-- |
| 185 | + -- LiveScript |
| 186 | + --> |
| 187 | +
|
191 | 188 | <script lang="livescript"> |
192 | 189 |
|
193 | 190 | // <- source.livescript.embedded.html - source source |
194 | 191 | </script> |
195 | | -// <- source.livescript.embedded.html - source source |
196 | | -//^^ source.livescript.embedded.html - source source |
197 | 192 | // ^^^^^^^^^ meta.tag - source |
198 | 193 |
|
199 | 194 | <script lang="livescript"> |
200 | 195 | <!-- |
201 | 196 | // ^^^^^^^^^ - source |
202 | 197 | // ^^^^ comment.block.html punctuation.definition.comment.begin.html |
203 | | -// ^ source.livescript.embedded.html - source source |
204 | 198 | --> |
205 | | -// ^^^^^ source.livescript.embedded.html - source source |
| 199 | +// <- - comment |
| 200 | +//^^^^^^ - comment |
206 | 201 | // ^^^ comment.block.html punctuation.definition.comment.end.html - source |
207 | | -// ^ - source - comment - meta.tag |
| 202 | +// ^ - comment - source |
| 203 | + var i = 0; |
| 204 | +// ^^^^^^^^^^^^ - source |
208 | 205 | </script> |
209 | | -// <- - source - comment - meta.tag |
210 | | -//^^ - source - comment - meta.tag |
211 | 206 | // ^^^^^^^^^ meta.tag - source |
212 | 207 |
|
213 | 208 |
|
| 209 | + <!-- |
| 210 | + -- TypeScript |
| 211 | + --> |
| 212 | +
|
214 | 213 | <script lang="ts"> |
215 | 214 |
|
216 | 215 | // <- source.ts.embedded.html - source source |
217 | 216 | </script> |
218 | | -// <- source.ts.embedded.html - source source |
219 | | -//^^ source.ts.embedded.html - source source |
220 | 217 | // ^^^^^^^^^ meta.tag - source |
221 | 218 |
|
222 | 219 | <script lang="ts"> |
223 | 220 | <!-- |
224 | 221 | // ^^^^^^^^^ - source |
225 | 222 | // ^^^^ comment.block.html punctuation.definition.comment.begin.html |
226 | | -// ^ source.ts.embedded.html - source source |
227 | 223 | --> |
228 | | -// ^^^^^ source.ts.embedded.html - source source |
| 224 | +// <- - comment |
| 225 | +//^^^^^^ - comment |
229 | 226 | // ^^^ comment.block.html punctuation.definition.comment.end.html - source |
230 | | -// ^ - source - comment - meta.tag |
| 227 | +// ^ - comment - source |
| 228 | + var i = 0; |
| 229 | +// ^^^^^^^^^^^^ - source |
231 | 230 | </script> |
232 | | -// <- - source - comment - meta.tag |
233 | | -//^^ - source - comment - meta.tag |
234 | 231 | // ^^^^^^^^^ meta.tag - source |
235 | 232 |
|
| 233 | +
|
| 234 | + <!-- |
| 235 | + -- TSX |
| 236 | + --> |
| 237 | +
|
236 | 238 | <script lang="tsx"> |
237 | 239 |
|
238 | 240 | // <- source.tsx.embedded.html - source source |
239 | 241 | </script> |
240 | | -// <- source.tsx.embedded.html - source source |
241 | | -//^^ source.tsx.embedded.html - source source |
242 | 242 | // ^^^^^^^^^ meta.tag - source |
243 | 243 |
|
244 | 244 | <script lang="tsx"> |
245 | 245 | <!-- |
246 | 246 | // ^^^^^^^^^ - source |
247 | 247 | // ^^^^ comment.block.html punctuation.definition.comment.begin.html |
248 | | -// ^ source.tsx.embedded.html - source source |
249 | 248 | --> |
250 | | -// ^^^^^ source.tsx.embedded.html - source source |
| 249 | +// <- - comment |
| 250 | +//^^^^^^ - comment |
251 | 251 | // ^^^ comment.block.html punctuation.definition.comment.end.html - source |
252 | | -// ^ - source - comment - meta.tag |
| 252 | +// ^ - comment - source |
| 253 | + var i = 0; |
| 254 | +// ^^^^^^^^^^^^ - source |
253 | 255 | </script> |
254 | | -// <- - source - comment - meta.tag |
255 | | -//^^ - source - comment - meta.tag |
256 | 256 | // ^^^^^^^^^ meta.tag - source |
0 commit comments