1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE language>
<language name="MAB-DB" version="5" kateversion="5.0" extensions="*.mab;*.MAB;*.Mab" section="Markup" mimetype="text/x-mab" casesensitive="0">
<highlighting>
<contexts>
<context attribute="Normal Text" name="Section" lineEndContext="#stay" >
<RegExpr String="^\*I [a-zA-Z0-9]* " attribute="Mab I Field" context="#stay" column="0"/>
<RegExpr String="^\*\*\*\**E" attribute="Header Piece" context="Header Piece" column="0"/>
<RegExpr String="^\*\*\*\**M" attribute="Header Medium" context="Header Medium" column="0"/>
<StringDetect String="**** BIBLIOTHECA" attribute="Database Header" context="Database Header" column="0"/>
<RegExpr String="^\*M [a-zA-Z0-9]* " attribute="Mab M Field" context="#stay" column="0"/>
<StringDetect String="*X TYP " attribute="Mab Comment Description" context="Mab Comment Description" column="0"/>
<StringDetect String="*X DESC " attribute="Mab Comment Type" context="Mab Comment Type" column="0"/>
<StringDetect String="*X " attribute="Comment" context="Comment" column="0"/>
</context>
<context attribute="Header Piece" name="Header Piece" lineEndContext="#pop" />
<context attribute="Header Medium" name="Header Medium" lineEndContext="#pop" />
<context attribute="Database Header" name="Database Header" lineEndContext="#pop" />
<context attribute="Mab Comment Description" name="Mab Comment Description" lineEndContext="#pop" />
<context attribute="Mab Comment Type" name="Mab Comment Type" lineEndContext="#pop" />
<context attribute="Comment" name="Comment" lineEndContext="#pop" >
<DetectSpaces />
<IncludeRules context="##Comments" />
</context>
</contexts>
<itemDatas>
<itemData name="Normal Text" defStyleNum="dsNormal" color="#FF0022" selColor="#ffffff" italic="0" bold="1" />
<itemData name="Header Piece" defStyleNum="dsKeyword" color="#993322" selColor="#ffffff" italic="0" bold="1" />
<itemData name="Header Medium" defStyleNum="dsKeyword" color="#339922" selColor="#ffffff" italic="0" bold="1" />
<itemData name="Database Header" defStyleNum="dsKeyword" color="#FF3322" selColor="#ffffff" italic="0" bold="1" />
<itemData name="Mab M Field" defStyleNum="dsKeyword" color="#003366" selColor="#ffffff" italic="0" bold="1" />
<itemData name="Mab I Field" defStyleNum="dsKeyword" color="#330066" selColor="#ffffff" italic="0" bold="1" />
<itemData name="Mab Comment Description" defStyleNum="dsComment" color="#3333FF" selColor="#ffffff" italic="1" bold="1" />
<itemData name="Mab Comment Type" defStyleNum="dsComment" color="#BB3333" selColor="#ffffff" italic="1" bold="1" />
<itemData name="Comment" defStyleNum="dsComment" color="#999999" selColor="#ffffff" italic="1" bold="1" />
</itemDatas>
</highlighting>
<general>
<comments>
<comment name="singleLine" start="*X "/>
</comments>
</general>
</language>
<!-- kate: replace-tabs on; indent-width 2; -->
|