Skip to content

Commit

Permalink
• Cleaned up snippet and rescoped to just ‘source.java’.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.textmate.org/trunk/Bundles/Java.tmbundle@11447 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
  • Loading branch information
ldaley committed Apr 8, 2009
1 parent 3e478f1 commit 632ecca
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Snippets/method (main).tmSnippet
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,13 @@
<plist version="1.0">
<dict>
<key>content</key>
<string>public static void main (String [] args)
{
${0:/* code */}
<string>public static void main(String[] args) {
$0
}</string>
<key>name</key>
<string>method (main)</string>
<key>scope</key>
<string>source.java meta.class.java</string>
<string>source.java</string>
<key>tabTrigger</key>
<string>main</string>
<key>uuid</key>
Expand Down

0 comments on commit 632ecca

Please sign in to comment.