home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / share / gedit-2 / plugins / snippets / haskell.xml < prev    next >
Encoding:
Extensible Markup Language  |  2006-08-27  |  367 b   |  15 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <snippets language="Haskell">
  3.   <snippet id="mod">
  4.     <text><![CDATA[module ${1:Main} where
  5.     $0]]></text>
  6.     <description>module</description>
  7.     <tag>mod</tag>
  8.   </snippet>
  9.   <snippet id="\">
  10.     <text><![CDATA[\\${1:t} -> ${1:t}]]></text>
  11.     <description>\t -> t</description>
  12.     <tag>\</tag>
  13.   </snippet>
  14. </snippets>
  15.