Attempting to unify the style of the various snippets. The idea is that if it's fewer characters to add something than to remove it, then it gets removed from the snippet.

git-svn-id: http://macromates.com/svn/Bundles/trunk/Review/Bundles/JavaScript.tmbundle@10173 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
This commit is contained in:
subtlegradient
2008-07-05 23:42:37 +00:00
committed by Thomas Aylott
parent ec99bb4c5c
commit 9befbaa4c5
4 changed files with 9 additions and 30 deletions
+3 -3
View File
@@ -3,14 +3,14 @@
<plist version="1.0">
<dict>
<key>content</key>
<string>function($1){${0:${TM_SELECTED_TEXT}}}</string>
<string>function$1($2){$0}</string>
<key>name</key>
<string>Anonymous Function</string>
<string>Function</string>
<key>scope</key>
<string>source.js</string>
<key>tabTrigger</key>
<string>f</string>
<key>uuid</key>
<string>4C6EDB43-3E2E-411B-A016-13C135C59833</string>
<string>F0E4FB6A-4878-48C6-A777-62438DF1E14F</string>
</dict>
</plist>