Razor icon indicating copy to clipboard operation
Razor copied to clipboard

Support for text-tag inside `@{ ... }`

Open SimonSimCity opened this issue 8 years ago • 0 comments

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>

SimonSimCity avatar Sep 24 '17 06:09 SimonSimCity