theme-slime icon indicating copy to clipboard operation
theme-slime copied to clipboard

Bug: HTML </style>

Open shungo27 opened this issue 6 years ago • 0 comments

No color to "<" in </ style>.

<!DOCTYPE html>
<html lang="en">

<head>
  <title>Test</title>
  <style>
    body {
      background: #333;
    }
  </style> <!-- this -->
</head>

<body>
  <h1>test</h1>
</body>

</html>

shungo27 avatar Jul 21 '19 11:07 shungo27