Razor
Razor copied to clipboard
Support for text-tag inside `@{ ... }`
I'm just using this package in order to be able to read the Razor templates a bit better, I don't know much about the Syntax itself.
I noticed, that the syntax-highlight went strange ways after a <text> was closed.
<script type="text/javascript">
@{
<text>
const foo;
</text>
}
</script>