Skip to content

Commit

Permalink
Rename files.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhl committed Apr 27, 2009
1 parent 8d8fafa commit f381864
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
10 changes: 10 additions & 0 deletions TextActions/HaskellSnippets.xml → TextActions/Snippets.xml
Expand Up @@ -224,4 +224,14 @@ ${1:name} ${3:pattern}${3/.+/ /}${4/.+/= /}${4:definition}
<syntax-context>haskell, haskell *</syntax-context>
</snippet>

<snippet id="org.purl.net.mkhl.haskell.snippets.main" category="hide">
<title>Main</title>
<text><![CDATA[module Main where
main :: IO ()
main = ${0:definition
}]]></text>
<text-trigger>main</text-trigger>
<syntax-context>haskell, haskell *</syntax-context>
</snippet>

</action-recipes>

0 comments on commit f381864

Please sign in to comment.