|
7 | 7 | <!-- ^ - source.cs.embedded --> |
8 | 8 | @model IEnumerable<SomeNamespace.SomeType> |
9 | 9 | <!-- <- punctuation.section.embedded.line - source.cs.embedded --> |
10 | | -<!-- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ source.cs.embedded --> |
11 | | -<!-- ^ keyword.other --> |
12 | | -<!-- ^^^^^^^^^^^ support.type --> |
13 | | -<!-- ^ punctuation.definition.generic.begin --> |
14 | | -<!-- ^^^^^^^^^^^^^ support.type --> |
15 | | -<!-- ^ punctuation.accessor.dot.namespace --> |
16 | | -<!-- ^^^^^^^^ support.type --> |
17 | | -<!-- ^ punctuation.definition.generic.end --> |
| 10 | +<!--^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ source.cs.embedded.html --> |
| 11 | +<!--^^ keyword.other.cs-razor --> |
| 12 | +<!-- ^^^^^^^^^^^ support.type.cs --> |
| 13 | +<!-- ^^^^^^^^^^^^^^^^^^^^^^^^ meta.generic.cs --> |
| 14 | +<!-- ^ punctuation.definition.generic.begin.cs --> |
| 15 | +<!-- ^^^^^^^^^^^^^ support.type.cs --> |
| 16 | +<!-- ^ punctuation.accessor.dot.cs --> |
| 17 | +<!-- ^^^^^^^^ support.type.cs --> |
| 18 | +<!-- ^ punctuation.definition.generic.end.cs --> |
18 | 19 | <!-- ^ - source.cs.embedded --> |
19 | 20 |
|
20 | 21 | <p>@@Username</p> |
|
41 | 42 | <!-- ^^ punctuation.definition.comment.block.end.cs-razor --> |
42 | 43 |
|
43 | 44 | <p>@DateTime.Now</p> |
44 | | -<!-- ^^^^^^^ source.cs.embedded variable.other --> |
45 | | -<!-- ^ source.cs.embedded punctuation.accessor.dot --> |
46 | | -<!-- ^^^ source.cs.embedded variable.other --> |
47 | | -<!-- ^^^ meta.tag.block.any --> |
| 45 | +<!--^^^^^^^^^^^^ source.cs.embedded.html --> |
| 46 | +<!--^^^^^^^^ variable.other.cs --> |
| 47 | +<!-- ^ punctuation.accessor.dot.cs --> |
| 48 | +<!-- ^^^ variable.other.cs --> |
| 49 | +<!-- ^^^^ meta.tag.block.any.html --> |
| 50 | +<!-- ^^ punctuation.definition.tag.begin.html --> |
| 51 | +<!-- ^ entity.name.tag.block.any.html --> |
| 52 | +<!-- ^ punctuation.definition.tag.end.html --> |
48 | 53 | <p>@DateTime.IsLeapYear(2016)</p> |
49 | | -<!-- ^^^^^^^ source.cs.embedded variable.other --> |
50 | | -<!-- ^ source.cs.embedded punctuation.accessor.dot --> |
51 | | -<!-- ^^^^^^^^^^ source.cs.embedded meta.function-call variable.function --> |
52 | | -<!-- ^ punctuation.section.group.begin --> |
53 | | -<!-- ^^^^ constant.numeric --> |
54 | | -<!-- ^ punctuation.section.group.end --> |
55 | | -<!-- ^^^ meta.tag.block.any --> |
| 54 | +<!--^^^^^^^^^^^^^^^^^^^^^^^^^ source.cs.embedded.html --> |
| 55 | +<!--^^^^^^^^ variable.other.cs --> |
| 56 | +<!-- ^ punctuation.accessor.dot.cs --> |
| 57 | +<!-- ^^^^^^^^^^^^^^^^ meta.function-call.cs --> |
| 58 | +<!-- ^^^^^^^^^^ variable.function.cs --> |
| 59 | +<!-- ^^^^^^ meta.group.cs --> |
| 60 | +<!-- ^ punctuation.section.group.begin.cs --> |
| 61 | +<!-- ^^^^ meta.number.integer.decimal.cs constant.numeric.value.cs --> |
| 62 | +<!-- ^ punctuation.section.group.end.cs --> |
| 63 | +<!-- ^^^^ meta.tag.block.any.html --> |
| 64 | +<!-- ^^ punctuation.definition.tag.begin.html --> |
| 65 | +<!-- ^ entity.name.tag.block.any.html --> |
| 66 | +<!-- ^ punctuation.definition.tag.end.html --> |
56 | 67 |
|
57 | 68 | <p>@(GenericMethod<int>())</p> |
58 | 69 | <!-- ^^ punctuation.section.embedded.begin --> |
|
99 | 110 | @switch (value) |
100 | 111 | { |
101 | 112 | case 1: |
102 | | -<!--^^^^ keyword.control.switch.case --> |
| 113 | +<!--^^^^^^^^ meta.block.cs --> |
| 114 | +<!--^^^^ keyword.control.conditional.case.cs --> |
| 115 | +<!-- ^ meta.number.integer.decimal.cs constant.numeric.value.cs --> |
| 116 | +<!-- ^ punctuation.separator.case-statement.cs --> |
103 | 117 | <p>The value is 1!</p> |
104 | 118 | break; |
105 | 119 | case 1337: |
@@ -134,9 +148,10 @@ else |
134 | 148 |
|
135 | 149 | @{ |
136 | 150 | var quote = "The future depends on what you do today. - Mahatma Gandhi"; |
137 | | -<!--^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ meta.embedded.cs source.cs.embedded.html --> |
| 151 | +<!--^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ meta.embedded.cs source.cs.embedded.html --> |
| 152 | +<!--^^^ storage.type.variable.cs --> |
138 | 153 | <!-- ^^^^^ variable.other.cs --> |
139 | | -<!-- ^ keyword.operator.assignment.variable.cs --> |
| 154 | +<!-- ^ keyword.operator.assignment.cs --> |
140 | 155 | <!-- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ meta.string.cs string.quoted.double.cs --> |
141 | 156 | <!-- ^ punctuation.definition.string.begin.cs --> |
142 | 157 | <!-- ^ punctuation.definition.string.end.cs --> |
|
262 | 277 | <!-- ^^^^^ variable.language.this.razor --> |
263 | 278 | <!-- ^ punctuation.accessor.dot.cs --> |
264 | 279 | <!-- ^^^^^^^^^^^ variable.other.cs --> |
265 | | -<!-- ^ keyword.operator.cs --> |
| 280 | +<!-- ^ keyword.operator.arithmetic.cs --> |
266 | 281 | <!-- ^ meta.number.integer.decimal.cs constant.numeric.value.cs --> |
267 | 282 | <!-- ^ punctuation.section.group.end.cs --> |
268 | 283 | <!-- ^ meta.string.html string.quoted.double.html punctuation.definition.string.end.html --> |
|
271 | 286 | <!-- ^^ punctuation.definition.tag.begin.html --> |
272 | 287 | <!-- ^ entity.name.tag.inline.any.html --> |
273 | 288 | <!-- ^ punctuation.definition.tag.end.html --> |
| 289 | + |
274 | 290 | </li> |
275 | 291 | <li> |
276 | 292 | <a href="@Model.FunctionCall("embedded string")">"quotes" everywhere</a> |
|
0 commit comments