theme-slime
theme-slime copied to clipboard
Bug: HTML </style>
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>