File: default.xml

package info (click to toggle)
haskell-skylighting-core 0.14.7-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 6,720 kB
  • sloc: xml: 124,686; haskell: 3,117; cs: 72; ada: 67; java: 37; ansic: 32; cpp: 31; php: 25; tcl: 19; lisp: 14; perl: 11; makefile: 4
file content (21 lines) | stat: -rw-r--r-- 849 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE language SYSTEM "language.dtd">
<language version="1" kateversion="3.1" name="Default" section="Other" extensions="*.txt" mimetype="text/plain" author="John MacFarlane" license="MIT" hidden="true">
    <!-- This syntax definition just causes everything to be highlighted
         as Normal Text. It is intended to be used when highlighting
         isn't desired, but the other formatting elements added by
         skylighting are. -->
  <highlighting>
    <contexts>
      <context attribute="Normal Text" lineEndContext="#stay" name="Normal Text" >
      </context>
    </contexts>
    <itemDatas>
      <itemData name="Normal Text"   defStyleNum="dsNormal"/>
    </itemDatas>
  </highlighting>
  <general>
    <keywords casesensitive="1"/>
  </general>
</language>
<!-- kate: indent-width 2; -->