Skip to content

Commit

Permalink
adding the type def
Browse files Browse the repository at this point in the history
git-svn-id: http://code2.0beta.co.uk/moose/svn/Moose-TM_bundle/trunk@4276 3efe9002-19ed-0310-8735-a98156148065
  • Loading branch information
stevan committed May 20, 2008
1 parent d5ea7bc commit 8847933
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Moose.tmbundle/Snippets/type.tmSnippet
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>content</key>
<string>type '${1:type}'
=&gt; where { ${2} };</string>
<key>name</key>
<string>type</string>
<key>scope</key>
<string>source.perl.moose</string>
<key>tabTrigger</key>
<string>type</string>
<key>uuid</key>
<string>819E88A8-BF67-4D40-A16D-D1FF38F630C4</string>
</dict>
</plist>

0 comments on commit 8847933

Please sign in to comment.