File: mab.xml

package info (click to toggle)
ksyntax-highlighting 5.116.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 44,640 kB
  • sloc: xml: 186,656; cpp: 12,164; python: 1,202; sh: 898; perl: 515; ruby: 406; pascal: 393; php: 149; javascript: 140; jsp: 132; lisp: 131; haskell: 124; ansic: 107; f90: 94; cobol: 81; makefile: 78; ml: 75; yacc: 71; csh: 62; erlang: 54; sql: 51; objc: 37; java: 32; awk: 31; asm: 30; tcl: 29; fortran: 18; cs: 10
file content (45 lines) | stat: -rw-r--r-- 3,104 bytes parent folder | download | duplicates (3)
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; -->