Warning, file /frameworks/syntax-highlighting/autotests/html/highlight.bib.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 Light)"/>
0006 </head><body style="background-color:#ffffff;color:#1f1c1b"><pre>
0007 <span style="color:#898887;">% test file for kate's bibtex syntax highlighting</span>
0008 
0009 <span style="color:#0057ae;">@Article</span>{<span style="color:#006e28;">artikel</span>,
0010 <span style="color:#0057ae;">author</span> = {Me},
0011 <span style="color:#0057ae;">title</span> = {Something},
0012 <span style="color:#0057ae;">journal</span> = {JHEP},
0013 <span style="color:#0057ae;">year</span> = {2003},
0014 }
0015 
0016 <span style="color:#0057ae;">@Book</span>
0017 
0018 {
0019 
0020 <span style="color:#006e28;">boek</span>,
0021 <span style="color:#0057ae;">author</span> = &quot;<span style="color:#bf0303;">Someone</span>&quot;,
0022 <span style="color:#0057ae;">title</span> = &quot;<span style="color:#bf0303;">Something</span>&quot;,
0023 <span style="color:#0057ae;">journal</span> = &quot;<span style="color:#bf0303;">Nucl. Phys. B</span>&quot;,
0024 <span style="color:#0057ae;">year</span> = &quot;<span style="color:#bf0303;">2003</span>&quot;,
0025 }
0026 
0027 <span style="color:#898887;">This is ignored by BibTeX, no special highlighting</span>
0028 <span style="color:#898887;">%This is not a comment, it is just ignored (thanks to the people in #latex) :)</span>
0029 
0030 <span style="color:#644a9b;">@string</span>{test=&quot;lange string die ik niet vaak opnieuw wil intikken&quot;<span style="color:#898887;">}</span>
0031 
0032 <span style="color:#0057ae;">@PhdThesis</span>{<span style="color:#006e28;">thesis</span>,
0033 <span style="color:#0057ae;">author</span> = {Me},
0034 <span style="color:#0057ae;">title</span> = {Dunno},
0035 <span style="color:#0057ae;">school</span> = {ITFA},
0036 <span style="color:#0057ae;">year</span> = {2005, hopefully},
0037 }
0038 </pre></body></html>