<!DOCTYPE Highlight>
<Highlight wildcards="*.tex" name="TeX">

 <Items>
  <Text                style=""  color="#000000" />
  <Keyword           style=""  color="#800080" />
  <Section            style="bu" color="#0000F0" />
  <SubSection       style="u"   color="#0000F0" />
  <Memo               style=""  color="#808080" />
 </Items>

 <Break>

  <normal>
   <citem item="" regexp="$" mode="until" />
  </normal>
  
 </Break>

 <Contents>

  <normal>
   <citem item="Text" regexp="\s+" />
   
   <citem item="Keyword" regexp="\\section\s*\{" lineEndContent="section" />
   <citem item="Keyword" regexp="\\subsection\s*\{" lineEndContent="subsection" />
   <citem item="Keyword" regexp="\\\w+" lineEndContent="normal"/>

   <citem item="Keyword" regexp="\w+" keyword="delete from insert into select set update values where current of and create table order by drop asc desc varchar char long numeric decimal smallint integer int real float double precision bit tinyint bigint binary varbinary date time timestamp not null is or like use primary key unique" caseSensitive="false"/>

   <citem item="Memo" regexp="%.*" />
   
   <citem item="Text" regexp="[\w_]+" lineEndContent="normal" />
   <citem item="Text" regexp="\s+"    lineEndContent="normal" />
   <citem item="Text" regexp="\W"     lineEndContent="normal" />
   <citem item="Text" regexp="."        lineEndContent="normal" />
  </normal>
  
  <section>
    <citem item="Section"    regexp="[^}]+" />
    <citem item="Keyword"    regexp="}" lineEndContent="normal" />
  </section>
  
  <subsection>
    <citem item="SubSection"    regexp="[^}]+" />
    <citem item="Keyword"    regexp="}" lineEndContent="normal" />
  </subsection>


 </Contents>

</Highlight>
