We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b758e9f commit 09e9714Copy full SHA for 09e9714
1 file changed
Razor/tests/syntax_test_cshtml.cshtml
@@ -110,7 +110,10 @@ else
110
@switch (value)
111
{
112
case 1:
113
-<!--^^^^ keyword.control.switch.case -->
+<!--^^^^^^^^ 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 -->
117
<p>The value is 1!</p>
118
break;
119
case 1337:
0 commit comments