Skip to content

Commit

Permalink
Add LANGUAGE snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
nh2 committed Aug 21, 2012
1 parent 08a2aea commit 04b8019
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Language.sublime-snippet
@@ -0,0 +1,6 @@
<snippet>
<content><![CDATA[{-# LANGUAGE ${0:Extension} #-}]]></content>
<tabTrigger>lang</tabTrigger>
<scope>source.haskell</scope>
<description>Language Extension</description>
</snippet>

0 comments on commit 04b8019

Please sign in to comment.