Warning, file /frameworks/syntax-highlighting/autotests/html/highlight.bib.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>highlight.bib</title>
0005 <meta name="generator" content="KF5::SyntaxHighlighting - Definition (BibTeX) - Theme (Breeze Dark)"/>
0006 </head><body style="background-color:#232629;color:#cfcfc2"><pre>
0007 <span style="color:#7a7c7d;">% test file for kate's bibtex syntax highlighting</span>
0008 
0009 <span style="color:#27aeae;">@Article</span>{<span style="color:#27ae60;">artikel</span>,
0010 <span style="color:#2980b9;">author</span> = {Me},
0011 <span style="color:#2980b9;">title</span> = {Something},
0012 <span style="color:#2980b9;">journal</span> = {JHEP},
0013 <span style="color:#2980b9;">year</span> = {2003},
0014 }
0015 
0016 <span style="color:#27aeae;">@Book</span>
0017 
0018 {
0019 
0020 <span style="color:#27ae60;">boek</span>,
0021 <span style="color:#2980b9;">author</span> = &quot;<span style="color:#f44f4f;">Someone</span>&quot;,
0022 <span style="color:#2980b9;">title</span> = &quot;<span style="color:#f44f4f;">Something</span>&quot;,
0023 <span style="color:#2980b9;">journal</span> = &quot;<span style="color:#f44f4f;">Nucl. Phys. B</span>&quot;,
0024 <span style="color:#2980b9;">year</span> = &quot;<span style="color:#f44f4f;">2003</span>&quot;,
0025 }
0026 
0027 <span style="color:#7a7c7d;">This is ignored by BibTeX, no special highlighting</span>
0028 <span style="color:#7a7c7d;">%This is not a comment, it is just ignored (thanks to the people in #latex) :)</span>
0029 
0030 <span style="color:#8e44ad;">@string</span>{test=&quot;lange string die ik niet vaak opnieuw wil intikken&quot;<span style="color:#7a7c7d;">}</span>
0031 
0032 <span style="color:#27aeae;">@PhdThesis</span>{<span style="color:#27ae60;">thesis</span>,
0033 <span style="color:#2980b9;">author</span> = {Me},
0034 <span style="color:#2980b9;">title</span> = {Dunno},
0035 <span style="color:#2980b9;">school</span> = {ITFA},
0036 <span style="color:#2980b9;">year</span> = {2005, hopefully},
0037 }
0038 </pre></body></html>