@@ -120,13 +120,36 @@ else
120
120
} *@
121
121
<!-- ^^ comment.block punctuation.definition.comment -->
122
122
123
+ @{ }
124
+ <!-- ^^^^^^ meta.embedded.cs -->
125
+ <!-- ^^ punctuation.section.embedded.begin.cs-razor - source -->
126
+ <!-- ^ source.cs.embedded.html -->
127
+ <!-- ^ punctuation.section.embedded.end.cs-razor - source -->
128
+ <!-- ^^ meta.html-newline-after-csharp.cs-razor - source -->
129
+
123
130
@{
124
131
var quote = " The future depends on what you do today. - Mahatma Gandhi" ;
125
- <!-- ^^ source.cs.embedded -->
132
+ <!-- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ meta.embedded.cs source.cs.embedded.html -->
133
+ <!-- ^^^^^ variable.other.cs -->
134
+ <!-- ^ keyword.operator.assignment.variable.cs -->
135
+ <!-- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ meta.string.cs string.quoted.double.cs -->
136
+ <!-- ^ punctuation.definition.string.begin.cs -->
137
+ <!-- ^ punctuation.definition.string.end.cs -->
138
+ <!-- ^ punctuation.terminator.statement.cs -->
126
139
}
127
140
<!-- ^ text.html - source -->
128
141
129
- <p >@quote </p >
142
+ <p >@quote </p >
143
+ <!-- ^^^ meta.tag.block.any.html -->
144
+ <!-- ^ punctuation.definition.tag.begin.html -->
145
+ <!-- ^ entity.name.tag.block.any.html -->
146
+ <!-- ^ punctuation.definition.tag.end.html -->
147
+ <!-- ^ punctuation.section.embedded.line.cs-razor -->
148
+ <!-- ^^^^^ source.cs.embedded.html variable.other.cs -->
149
+ <!-- ^^^^ meta.tag.block.any.html -->
150
+ <!-- ^^ punctuation.definition.tag.begin.html -->
151
+ <!-- ^ entity.name.tag.block.any.html -->
152
+ <!-- ^ punctuation.definition.tag.end.html -->
130
153
131
154
@{
132
155
quote = " Hate cannot drive out hate, only love can do that. - Martin Luther King, Jr." ;
@@ -165,9 +188,17 @@ finally
165
188
166
189
@{
167
190
/* C# comment */
191
+ <!-- ^^^^^^^^^^^^^^^^ meta.embedded.cs source.cs.embedded.html -->
192
+ <!-- ^^^^^^^^^^^^^^^^ comment.block.cs -->
193
+ <!-- ^^ punctuation.definition.comment.begin.cs -->
194
+ <!-- ^^ punctuation.definition.comment.end.cs -->
168
195
// Another C# comment
196
+ <!-- ^^^^^^^^^^^^^^^^^^^^^ meta.embedded.cs source.cs.embedded.html -->
197
+ <!-- ^^^^^^^^^^^^^^^^^^^^^ comment.line.double-slash.cs -->
198
+ <!-- ^^ punctuation.definition.comment.cs -->
169
199
}
170
200
<!-- HTML comment -->
201
+ <!-- ^^^^^^^^^^^^^^^^ comment.block.html -->
171
202
172
203
173
204
@functions {
0 commit comments