15 lines
367 B
XML
15 lines
367 B
XML
|
<?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 -> t</description>
|
||
|
<tag>\</tag>
|
||
|
</snippet>
|
||
|
</snippets>
|