Skip to content

Commit

Permalink
move the -bash end point inside () where its useful
Browse files Browse the repository at this point in the history
  • Loading branch information
drnic committed Jul 14, 2008
1 parent f056928 commit 1b66fdb
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Snippets/class.tmSnippet
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<dict>
<key>content</key>
<string>(class ${1:name} is ${2:NSObject}
$3)</string>
$0)</string>
<key>name</key>
<string>class</string>
<key>scope</key>
Expand Down
2 changes: 1 addition & 1 deletion Snippets/cmethod (+).tmSnippet
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<dict>
<key>content</key>
<string>(+ (${1:id}) ${2:name}${3::(${4:id})${5:${4/(NS([AEIOQUY])?(\w+).*)|(.)?.*/(?1:a(?2:n$2)$3: (?4:anArgument))/}}} is
$6)$0</string>
$0)</string>
<key>name</key>
<string>cmethod (+)</string>
<key>scope</key>
Expand Down
2 changes: 1 addition & 1 deletion Snippets/cmethod.tmSnippet
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<dict>
<key>content</key>
<string>(cmethod (${1:id}) ${2:name}${3::(${4:id})${5:${4/(NS([AEIOQUY])?(\w+).*)|(.)?.*/(?1:a(?2:n$2)$3: (?4:anArgument))/}}} is
$6)$0</string>
$0)</string>
<key>name</key>
<string>cmethod</string>
<key>scope</key>
Expand Down
2 changes: 1 addition & 1 deletion Snippets/do.tmSnippet
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<dict>
<key>content</key>
<string>(do (${1:params})
$2)$0</string>
$0)</string>
<key>name</key>
<string>do</string>
<key>scope</key>
Expand Down
2 changes: 1 addition & 1 deletion Snippets/function.tmSnippet
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<dict>
<key>content</key>
<string>(function ${1:name} (${2:params})
$3)$0</string>
$0)</string>
<key>name</key>
<string>function</string>
<key>scope</key>
Expand Down
2 changes: 1 addition & 1 deletion Snippets/imethod (-).tmSnippet
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<dict>
<key>content</key>
<string>(- (${1:id}) ${2:name}${3::(${4:id})${5:${4/(NS([AEIOQUY])?(\w+).*)|(.)?.*/(?1:a(?2:n$2)$3: (?4:anArgument))/}}} is
$6)$0</string>
$0)</string>
<key>name</key>
<string>imethod (-)</string>
<key>scope</key>
Expand Down
2 changes: 1 addition & 1 deletion Snippets/imethod.tmSnippet
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<dict>
<key>content</key>
<string>(imethod (${1:id}) ${2:name}${3::(${4:id})${5:${4/(NS([AEIOQUY])?(\w+).*)|(.)?.*/(?1:a(?2:n$2)$3: (?4:anArgument))/}}} is
$6)$0</string>
$0)</string>
<key>name</key>
<string>imethod</string>
<key>scope</key>
Expand Down

0 comments on commit 1b66fdb

Please sign in to comment.