We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d31a55a commit cef9159Copy full SHA for cef9159
1 file changed
Razor/tests/syntax_test_cshtml.cshtml
@@ -36,6 +36,11 @@
36
<!-- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ text.html -->
37
<!-- ^^^^ meta.tag.inline -->
38
39
+ @* *@
40
+<!--^^^^^^ comment.block.cs-razor -->
41
+<!--^^ punctuation.definition.comment.block.begin.cs-razor -->
42
+<!-- ^^ punctuation.definition.comment.block.end.cs-razor -->
43
+
44
<p>@DateTime.Now</p>
45
<!--^^^^^^^^^^^^ source.cs.embedded.html -->
46
<!--^^^^^^^^ variable.other.cs -->
@@ -116,6 +121,7 @@ else
116
121
break;
117
122
<!-- ^^^^^ keyword.control.flow.break -->
118
123
}
124
119
125
@*
120
126
@for (var i = 0; i < people.Length; i++)
127
<!-- <- comment.block - punctuation -->
@@ -129,7 +135,6 @@ else
129
135
var person = people[i];
130
136
@:Name: @person.Name
131
137
} *@
132
-<!-- ^^ comment.block punctuation.definition.comment -->
133
138
134
139
@{ }
140
<!--^^^^^^ meta.embedded.cs -->
0 commit comments