You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@rloutlaw @DuncanmaMSFT I'm working a conversion PR to get our cshtml code languages for Razor components converted over to razor, but the build resulted in 💥 ...
Line : [Error] razor is not supported languaging name, alias or extension for parsing code snippet with tag name, you can use line numbers instead
Comment by @DuncanmaMSFT ...
Ah, we could enable issues, as a fork it didn't seem necessary. So the issue here is not with the syntax highlighting itself, but the way we parse snippets out of code includes. I believe @dend has more awareness of how that works and additional work around snippets.
When you get a chance to look at this @dend, could u let me know about when it might be addressed? The work that I need to do touches many of our topics, so I either need to wait a short time to merge the existing PR if it can be resolved soon or close the existing PR and recreate it later if this can't be resolved for some longer period of time.
The text was updated successfully, but these errors were encountered:
That approach works if the code language is cshtml (code-cshtml), but switching to razor (code-razor) yields the error ...
razor is not supported languaging name, alias or extension for parsing code snippet with tag name, you can use line numbers instead
My workaround will be to place snippets into the doc markdown files until this is resolved. Having chstml appear on our examples in the Blazor docs is confusing our readers, so I feel that it's important to workaround the issue for now.
Moved from #17 ...
Comment by @guardrex ...
Comment by @DuncanmaMSFT ...
Comment by @guardrex ...
The text was updated successfully, but these errors were encountered: