|
166 | 166 | @* ^ punctuation.separator.colon.cs *@ |
167 | 167 | @* ^^^^^^^ support.type.cs *@ |
168 | 168 |
|
169 | | - <p @attributes="Stuff"></p> |
170 | | - <label>InputValue:<input @bind="InputValue" @bind:culture="new CultureInfo("th-TH", false)" /></label> |
171 | | - |
172 | | - <form method="post" @formname="starship-plain-form" @onsubmit="Submit" @onclick:preventDefault> |
173 | | - <AntiforgeryToken /> |
174 | | - <ReferenceChild @ref="childComponent1" @rendermode='InteractiveAuto' /> |
175 | | - <div> |
176 | | - <label> |
177 | | - Identifier: |
178 | | - <InputText @bind-Value="Model!.Id" /> |
179 | | - </label> |
180 | | - </div> |
181 | | - <div> |
182 | | - <button type="submit">Submit</button> |
183 | | - </div> |
184 | | - </form> |
185 | | - |
186 | | - <link rel="stylesheet" href="@Assets["BlazorApp.styles.css"]" /> |
187 | | -@* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ meta.tag.block.any.html *@ |
188 | | -@* ^ punctuation.definition.tag.begin.html *@ |
189 | | -@* ^^^^ entity.name.tag.block.any.html *@ |
190 | | -@* ^^^^^^^^^^^^^^^^ meta.attribute-with-value.html *@ |
191 | | -@* ^^^ entity.other.attribute-name.html *@ |
192 | | -@* ^ punctuation.separator.key-value.html *@ |
193 | | -@* ^^^^^^^^^^^^ meta.string.html string.quoted.double.html *@ |
194 | | -@* ^ punctuation.definition.string.begin.html *@ |
195 | | -@* ^ punctuation.definition.string.end.html *@ |
196 | | -@* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ meta.attribute-with-value.href.html *@ |
197 | | -@* ^^^^ entity.other.attribute-name.href.html *@ |
198 | | -@* ^ punctuation.separator.key-value.html *@ |
199 | | -@* ^ meta.string.html string.quoted.double.html punctuation.definition.string.begin.html *@ |
200 | | -@* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ meta.path.url.html meta.string.html string.quoted.double.html *@ |
201 | | -@* ^ punctuation.section.embedded.begin.cs-razor *@ |
202 | | -@* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ source.cs.embedded.html *@ |
203 | | -@* ^^^^^^ variable.other.cs *@ |
204 | | -@* ^^^^^^^^^^^^^^^^^^^^^^^^ meta.brackets.cs *@ |
205 | | -@* ^ punctuation.section.brackets.begin.cs *@ |
206 | | -@* ^^^^^^^^^^^^^^^^^^^^^^ meta.string.cs string.quoted.double.cs *@ |
207 | | -@* ^ punctuation.definition.string.begin.cs *@ |
208 | | -@* ^ punctuation.definition.string.end.cs *@ |
209 | | -@* ^ punctuation.section.brackets.end.cs *@ |
210 | | -@* ^ meta.string.html string.quoted.double.html punctuation.definition.string.end.html *@ |
211 | | -@* ^^ punctuation.definition.tag.end.html *@ |
212 | | - |
213 | | - <div id='@MyClass.MyId' class='theclass'></div> |
214 | | -@* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ meta.tag.block.any.html *@ |
215 | | -@* ^ punctuation.definition.tag.begin.html *@ |
216 | | -@* ^^^ entity.name.tag.block.any.html *@ |
217 | | -@* ^^^^^^^^^^^^^^^^^^ meta.attribute-with-value.id.html *@ |
218 | | -@* ^^ entity.other.attribute-name.id.html *@ |
219 | | -@* ^ punctuation.separator.key-value.html *@ |
220 | | -@* ^ meta.string.html string.quoted.single.html punctuation.definition.string.begin.html *@ |
221 | | -@* ^^^^^^^^^^^^^ meta.toc-list.id.html meta.string.html string.quoted.single.html *@ |
222 | | -@* ^ punctuation.section.embedded.begin.cs-razor *@ |
223 | | -@* ^^^^^^^^^^^^ source.cs.embedded.html *@ |
224 | | -@* ^^^^^^^ variable.other.cs *@ |
225 | | -@* ^ punctuation.accessor.dot.cs *@ |
226 | | -@* ^^^^ variable.other.cs *@ |
227 | | -@* ^ meta.string.html string.quoted.single.html punctuation.definition.string.end.html *@ |
228 | | -@* ^^^^^^^^^^^^^^^^ meta.attribute-with-value.class.html *@ |
229 | | -@* ^^^^^ entity.other.attribute-name.class.html *@ |
230 | | -@* ^ punctuation.separator.key-value.html *@ |
231 | | -@* ^ meta.string.html string.quoted.single.html punctuation.definition.string.begin.html *@ |
232 | | -@* ^^^^^^^^ meta.class-name.html meta.string.html string.quoted.single.html *@ |
233 | | -@* ^ meta.string.html string.quoted.single.html punctuation.definition.string.end.html *@ |
234 | | -@* ^ punctuation.definition.tag.end.html *@ |
235 | | -@* ^^ punctuation.definition.tag.begin.html *@ |
236 | | -@* ^^^ entity.name.tag.block.any.html *@ |
237 | | -@* ^ punctuation.definition.tag.end.html *@ |
238 | | - |
239 | 169 | @section test { |
240 | 170 | @* ^ punctuation.section.embedded.begin.cs-razor *@ |
241 | 171 | @* ^^^^^^^ source.cs.embedded.html keyword.other.cs-razor *@ |
|
976 | 906 | @* ^ punctuation.accessor.dot.cs *@ |
977 | 907 | @* ^^^ variable.other.cs *@ |
978 | 908 | </text> |
979 | | - |
980 | | - @* BUG: The style should highlight but it doesn't. Most likely not fixable. *@ |
981 | | - @* <p @if (true) { <text>style="display: none"</text> }>Test</p> *@ |
982 | 909 | } |
983 | 910 | else if (DateTime.Now.Year == 2011) |
984 | 911 | { |
|
0 commit comments