Warning, /frameworks/syntax-highlighting/data/syntax/mab.xml is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <!DOCTYPE language>
0003 <language name="MAB-DB" version="5" kateversion="5.0" extensions="*.mab;*.MAB;*.Mab" section="Markup" mimetype="text/x-mab" casesensitive="0">
0004   <highlighting>
0005     <contexts>
0006       <context attribute="Normal Text" name="Section" lineEndContext="#stay" >
0007         <RegExpr String="^\*I [a-zA-Z0-9]* " attribute="Mab I Field"  context="#stay" column="0"/>
0008         <RegExpr String="^\*\*\*\**E" attribute="Header Piece" context="Header Piece" column="0"/>
0009         <RegExpr String="^\*\*\*\**M" attribute="Header Medium" context="Header Medium" column="0"/>
0010         <StringDetect String="**** BIBLIOTHECA" attribute="Database Header" context="Database Header" column="0"/>
0011         <RegExpr String="^\*M [a-zA-Z0-9]* " attribute="Mab M Field" context="#stay" column="0"/>
0012         <StringDetect String="*X TYP " attribute="Mab Comment Description" context="Mab Comment Description" column="0"/>
0013         <StringDetect String="*X DESC " attribute="Mab Comment Type" context="Mab Comment Type" column="0"/>
0014         <StringDetect String="*X " attribute="Comment" context="Comment" column="0"/>
0015       </context>
0016       <context attribute="Header Piece" name="Header Piece" lineEndContext="#pop" />
0017       <context attribute="Header Medium" name="Header Medium" lineEndContext="#pop" />
0018       <context attribute="Database Header" name="Database Header" lineEndContext="#pop" />
0019       <context attribute="Mab Comment Description" name="Mab Comment Description" lineEndContext="#pop" />
0020       <context attribute="Mab Comment Type" name="Mab Comment Type" lineEndContext="#pop" />
0021       <context attribute="Comment" name="Comment" lineEndContext="#pop" >
0022         <DetectSpaces />
0023         <IncludeRules context="##Comments" />
0024       </context>
0025     </contexts>
0026 
0027     <itemDatas>
0028       <itemData name="Normal Text"      defStyleNum="dsNormal"  color="#FF0022" selColor="#ffffff" italic="0" bold="1" />
0029       <itemData name="Header Piece"     defStyleNum="dsKeyword" color="#993322" selColor="#ffffff" italic="0" bold="1" />
0030       <itemData name="Header Medium"    defStyleNum="dsKeyword" color="#339922" selColor="#ffffff" italic="0" bold="1" />
0031       <itemData name="Database Header"  defStyleNum="dsKeyword" color="#FF3322" selColor="#ffffff" italic="0" bold="1" />
0032       <itemData name="Mab M Field"              defStyleNum="dsKeyword" color="#003366" selColor="#ffffff" italic="0" bold="1" />
0033       <itemData name="Mab I Field"              defStyleNum="dsKeyword" color="#330066" selColor="#ffffff" italic="0" bold="1" />
0034       <itemData name="Mab Comment Description"          defStyleNum="dsComment" color="#3333FF" selColor="#ffffff" italic="1" bold="1" />
0035       <itemData name="Mab Comment Type"         defStyleNum="dsComment" color="#BB3333" selColor="#ffffff" italic="1" bold="1" />
0036       <itemData name="Comment"          defStyleNum="dsComment" color="#999999" selColor="#ffffff" italic="1" bold="1" />
0037     </itemDatas>
0038   </highlighting>
0039   <general>
0040     <comments>
0041       <comment name="singleLine" start="*X "/>
0042     </comments>
0043   </general>
0044 </language>
0045 <!-- kate: replace-tabs on; indent-width 2; -->