File: haskell.xml

package info (click to toggle)
pluma 1.28.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 37,932 kB
  • sloc: ansic: 51,222; python: 6,822; xml: 3,421; makefile: 923; sh: 102; perl: 78
file content (14 lines) | stat: -rw-r--r-- 367 bytes parent folder | download | duplicates (17)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<snippets language="Haskell">
  <snippet id="mod">
    <text><![CDATA[module ${1:Main} where
	$0]]></text>
    <description>module</description>
    <tag>mod</tag>
  </snippet>
  <snippet id="\">
    <text><![CDATA[\\${1:t} -> ${1:t}]]></text>
    <description>\t -&gt; t</description>
    <tag>\</tag>
  </snippet>
</snippets>