summaryrefslogtreecommitdiffstats
path: root/kate/data/winehq.xml
blob: 129fe8467d86ffd78aeb994998b83aa92f4fdd25 (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
33
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE language SYSTEM "language.dtd">
<language name="WINE Config" version="4" kateversion="2.4" section="Configuration" extensions="*.reg" mimetype="">
  <highlighting>
    <contexts>
      <context attribute="Normal Text" lineEndContext="#stay" name="Normal">
        <RegExpr String="WINE REGISTRY Version.*$" attribute="RegistryBeginEnd" context="#stay" />
        <RegExpr String="#\s*&lt;\s*wineconf\s*&gt;" attribute="RegistryBeginEnd" context="#stay" column="0"/>
        <RegExpr String="#\s*&lt;\s*\/\s*wineconf\s*&gt;" attribute="RegistryBeginEnd" context="#stay" column="0"/>
        <RegExpr String="\[.*\]" attribute="Section" context="#stay" column="0"/>
        <RegExpr String=";.*$" attribute="Comment" context="#stay"/>

        <RegExpr String="\s*&quot;\s*[a-zA-Z0-9_.:*]*\s*&quot;" attribute="Key" context="#stay" />

        <DetectChar char="=" attribute="Normal Text" context="Value"/>
      </context>

      <context attribute="Normal Text" lineEndContext="#pop" name="Value">
        <RegExpr String="\s*&quot;.*&quot;" attribute="Value" context="#stay" />
        <RegExpr String=";.*$" attribute="Comment" context="#stay"/>
      </context>

    </contexts>
    <itemDatas>
      <itemData name="Normal Text" defStyleNum="dsNormal"/>
      <itemData name="Section"  defStyleNum="dsKeyword"/>
      <itemData name="Key"  defStyleNum="dsDataType"/>
      <itemData name="Value"  defStyleNum="dsNormal" color="#0000FF" selColor="#ffffff" italic="0" bold="1"/>
      <itemData name="Comment" defStyleNum="dsComment"/>
      <itemData name="RegistryBeginEnd"  defStyleNum="dsNormal" color="#00AAAA" selColor="#ffffff" italic="0" bold="1"/>
    </itemDatas>
  </highlighting>
</language>