torchlight-laravel icon indicating copy to clipboard operation
torchlight-laravel copied to clipboard

Diff with Razor language not working

Open lechihuy opened this issue 3 years ago • 0 comments

Hi team, I try using Torchlight to highlight a Razor code that using Diff but it's seem not working.

image

```razor
@page
@model IndexModel
@{
    ViewData["Title"] = "Home page";
}

<div class="text-center">
    <h1 class="display-4">Welcome</h1>
    <p>Learn about <a href="https://docs.microsoft.com/aspnet/core">building Web apps with ASP.NET Core</a>.</p> // [tl! --]
    <p>Hello, world! The time on the server is @DateTime.Now</p> // [tl! ++]
 </div>

I hope Torchlight team fix it help me. Thanks so much.

lechihuy avatar Aug 06 '22 18:08 lechihuy