@@ -120,13 +120,36 @@ else
120120} *@
121121<!-- ^^ comment.block punctuation.definition.comment -->
122122
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+
123130@{
124131 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 -->
126139}
127140<!-- ^ text.html - source -->
128141
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 -->
130153
131154@{
132155 quote = " Hate cannot drive out hate, only love can do that. - Martin Luther King, Jr." ;
@@ -304,9 +327,17 @@ finally
304327
305328@{
306329 /* C# comment */
330+ <!-- ^^^^^^^^^^^^^^^^ meta.embedded.cs source.cs.embedded.html -->
331+ <!-- ^^^^^^^^^^^^^^^^ comment.block.cs -->
332+ <!-- ^^ punctuation.definition.comment.begin.cs -->
333+ <!-- ^^ punctuation.definition.comment.end.cs -->
307334 // Another C# comment
335+ <!-- ^^^^^^^^^^^^^^^^^^^^^ meta.embedded.cs source.cs.embedded.html -->
336+ <!-- ^^^^^^^^^^^^^^^^^^^^^ comment.line.double-slash.cs -->
337+ <!-- ^^ punctuation.definition.comment.cs -->
308338}
309339<!-- HTML comment -->
340+ <!-- ^^^^^^^^^^^^^^^^ comment.block.html -->
310341
311342
312343@functions {
0 commit comments