File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535<!-- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ text.html -->
3636<!-- ^^^^ meta.tag.inline -->
3737
38+ @* *@
39+ <!-- ^^^^^^ comment.block.cs-razor -->
40+ <!-- ^^ punctuation.definition.comment.block.begin.cs-razor -->
41+ <!-- ^^ punctuation.definition.comment.block.end.cs-razor -->
42+
3843<p >@DateTime.Now </p >
3944<!-- ^^^^^^^ source.cs.embedded variable.other -->
4045<!-- ^ source.cs.embedded punctuation.accessor.dot -->
105110 break ;
106111<!-- ^^^^^ keyword.control.flow.break -->
107112}
113+
108114@*
109115@for (var i = 0; i < people.Length; i++)
110116<!-- <- comment.block - punctuation -->
118124 var person = people[i];
119125 @:Name: @person.Name
120126} *@
121- <!-- ^^ comment.block punctuation.definition.comment -->
122127
123128 @{ }
124129<!-- ^^^^^^ meta.embedded.cs -->
You can’t perform that action at this time.
0 commit comments