mirror of
https://github.com/samsonjs/config.git
synced 2026-04-05 11:05:47 +00:00
8 lines
225 B
XML
8 lines
225 B
XML
<snippet>
|
|
<content><![CDATA[module ${1:Main} where
|
|
|
|
${2:main = ${3:putStrLn "Hello World"}}]]></content>
|
|
<tabTrigger>mod</tabTrigger>
|
|
<scope>source.haskell</scope>
|
|
<description>Module</description>
|
|
</snippet>
|