Files
RedBear-OS/local/recipes/kde/kf6-syntaxhighlighting/source/autotests/input/test.css
T

19 lines
172 B
CSS

h1 {
text-color: "red";
}
/* PHP code, invalid in CSS context */
for()
<?php echo("hello");
// valid code in PHP context
for()
?>
h2 {
text-weight: bold;
}