Skip to content

Commit

Permalink
Promoting bundle to the main level.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.textmate.org/trunk/Bundles/Thrift.tmbundle@10133 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
  • Loading branch information
infininight committed Jul 4, 2008
2 parents 2e7684e + 1e3159b commit 118642d
Show file tree
Hide file tree
Showing 2 changed files with 241 additions and 26 deletions.
2 changes: 1 addition & 1 deletion Snippets/service.tmSnippet
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>content</key>
<string>service ${1:Name} ${2/.+/extends /m}${2:Super} {
<string>service ${1:Name}${2/.+/ extends /m}${2:Super} {
${3:void} ${4:method}(${5:args})
}</string>
<key>name</key>
Expand Down

0 comments on commit 118642d

Please sign in to comment.