blob: 2901dd868dbdfac917454cc0890b2a3283cf30d2 (
plain)
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
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE language SYSTEM "language.dtd">
<language name="MAB-DB" version="1.00" kateversion="2.0" extensions="*.mab;*.MAB;*.Mab" section="Markup" mimetype="text/x-mab" casesensitive="0">
<highlighting>
<contexts>
<context attribute="0" name="Section" lineEndContext="0" >
<RegExpr String="^\*I [a-zA-Z01-9]* " attribute="MabI" />
<RegExpr String="^\*\*\*\**E.*" attribute="HeaderExemplar" />
<RegExpr String="^\*\*\*\**M.*" attribute="HeaderMedium" />
<RegExpr String="^\*\*\*\* BIBLIOTHECA.*" attribute="HeaderDb" />
<RegExpr String="^\*M [a-zA-Z01-9]* " attribute="MabM" />
<RegExpr String="^\*X TYP .*" attribute="MabCommentDescription" />
<RegExpr String="^\*X DESC .*" attribute="MabCommentType" />
<RegExpr String="^\*X .*" attribute="MabComment" />
</context>
<context attribute="1" name="Mab">
</context>
</contexts>
<itemDatas>
<itemData name="Normal Text" defStyleNum="dsNormal" color="#FF0022" selColor="#ffffff" italic="0" bold="1" />
<itemData name="HeaderExemplar" defStyleNum="dsKeyword" color="#993322" selColor="#ffffff" italic="0" bold="1" />
<itemData name="HeaderMedium" defStyleNum="dsKeyword" color="#339922" selColor="#ffffff" italic="0" bold="1" />
<itemData name="HeaderDb" defStyleNum="dsKeyword" color="#FF3322" selColor="#ffffff" italic="0" bold="1" />
<itemData name="MabM" defStyleNum="dsKeyword" color="#003366" selColor="#ffffff" italic="0" bold="1" />
<itemData name="MabI" defStyleNum="dsKeyword" color="#330066" selColor="#ffffff" italic="0" bold="1" />
<itemData name="MabCommentDescription" defStyleNum="dsKeyword" color="#3333FF" selColor="#ffffff" italic="1" bold="1" />
<itemData name="MabCommentType" defStyleNum="dsKeyword" color="#BB3333" selColor="#ffffff" italic="1" bold="1" />
<itemData name="MabComment" defStyleNum="dsKeyword" color="#999999" selColor="#ffffff" italic="1" bold="1" />
</itemDatas>
</highlighting>
</language>
|