~ubuntu-branches/ubuntu/vivid/kate/vivid-proposed

« back to all changes in this revision

Viewing changes to part/syntax/data/winehq.xml

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2014-12-04 16:49:41 UTC
  • mfrom: (1.6.6)
  • Revision ID: package-import@ubuntu.com-20141204164941-l3qbvsly83hhlw2v
Tags: 4:14.11.97-0ubuntu1
* New upstream release
* Update build-deps and use pkg-kde v3 for Qt 5 build
* kate-data now kate5-data for co-installability

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<!DOCTYPE language SYSTEM "language.dtd">
3
 
<language name="WINE Config" version="1.03" kateversion="2.4" section="Configuration" extensions="*.reg" mimetype="">
4
 
  <highlighting>
5
 
    <contexts>
6
 
      <context attribute="Normal Text" lineEndContext="#stay" name="Normal">
7
 
        <RegExpr String="WINE REGISTRY Version.*$" attribute="RegistryBeginEnd" context="#stay" />
8
 
        <RegExpr String="#\s*&lt;\s*wineconf\s*&gt;" attribute="RegistryBeginEnd" context="#stay" column="0"/>
9
 
        <RegExpr String="#\s*&lt;\s*\/\s*wineconf\s*&gt;" attribute="RegistryBeginEnd" context="#stay" column="0"/>
10
 
        <RegExpr String="\[.*\]$" attribute="Section" context="#stay" column="0"/>
11
 
        <RegExpr String=";.*$" attribute="Comment" context="#stay"/>
12
 
 
13
 
        <RegExpr String="\s*&quot;\s*[a-zA-Z0-9_.:*]*\s*&quot;" attribute="Key" context="#stay" />
14
 
 
15
 
        <DetectChar char="=" attribute="Normal Text" context="Value"/>
16
 
      </context>
17
 
 
18
 
      <context attribute="Normal Text" lineEndContext="#pop" name="Value">
19
 
        <RegExpr String="\s*&quot;.*&quot;" attribute="Value" context="#stay" />
20
 
        <RegExpr String=";.*$" attribute="Comment" context="#stay"/>
21
 
      </context>
22
 
 
23
 
    </contexts>
24
 
    <itemDatas>
25
 
      <itemData name="Normal Text" defStyleNum="dsNormal"/>
26
 
      <itemData name="Section"  defStyleNum="dsKeyword"/>
27
 
      <itemData name="Key"  defStyleNum="dsDataType"/>
28
 
      <itemData name="Value"  defStyleNum="dsNormal" color="#0000FF" selColor="#ffffff" italic="0" bold="1"/>
29
 
      <itemData name="Comment" defStyleNum="dsComment"/>
30
 
      <itemData name="ValueFilesystem1"  defStyleNum="dsNormal" color="#00AA00" selColor="#ffffff" italic="0" bold="1"/>
31
 
      <itemData name="ValueFilesystem2"  defStyleNum="dsNormal" color="#FF0000" selColor="#ffffff" italic="0" bold="1"/>
32
 
      <itemData name="RegistryBeginEnd"  defStyleNum="dsNormal" color="#00AAAA" selColor="#ffffff" italic="0" bold="1"/>
33
 
    </itemDatas>
34
 
  </highlighting>
35
 
</language>
36
 
<!-- kate: space-indent on; indent-width 2; replace-tabs on; -->