Warning, file /frameworks/syntax-highlighting/autotests/html/test.css.dark.html was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 <!DOCTYPE html>
0002 <html><head>
0003 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
0004 <title>test.css</title>
0005 <meta name="generator" content="KF5::SyntaxHighlighting - Definition (CSS/PHP) - Theme (Breeze Dark)"/>
0006 </head><body style="background-color:#232629;color:#cfcfc2"><pre>
0007 h1 {
0008     text-color: <span style="color:#f44f4f;">&quot;red&quot;</span><span style="color:#3f8058;">;</span>
0009 }
0010 
0011 <span style="color:#7a7c7d;">/* PHP code, invalid in CSS context */</span>
0012 for() 
0013 
0014 <span style="font-weight:bold;">&lt;?php</span> <span style="font-weight:bold;">echo</span>(<span style="color:#f44f4f;">&quot;hello&quot;</span>)<span style="color:#27ae60;">;</span> 
0015 
0016 <span style="color:#7a7c7d;">// valid code in PHP context</span>
0017 <span style="color:#fdbc4b;font-weight:bold;">for</span>()
0018 
0019 <span style="font-weight:bold;">?&gt;</span>
0020 
0021 h2 {
0022     text-weight: <span style="color:#f67400;">bold</span><span style="color:#3f8058;">;</span>
0023 }
0024 
0025 </pre></body></html>