Skip to content

Commit

Permalink
Issue #14 ... removing old colon-style assignment.
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed Dec 23, 2010
1 parent 671f9d9 commit eb75c45
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Commands/New Function.tmCommand
Expand Up @@ -6,7 +6,7 @@
<string>nop</string>
<key>command</key>
<string>cat &lt;&lt;SNIPPET
${TM_SELECTED_TEXT:-$TM_CURRENT_WORD}: (\${1:args}) -&gt;
${TM_SELECTED_TEXT:-$TM_CURRENT_WORD} = (\${1:args}) -&gt;
\$0
SNIPPET</string>
<key>fallbackInput</key>
Expand Down
2 changes: 1 addition & 1 deletion Snippets/Function.tmSnippet
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>content</key>
<string>${1:name}: (${2:args}) -&gt;
<string>${1:name} = (${2:args}) -&gt;
${0:# body...}
</string>
Expand Down
2 changes: 1 addition & 1 deletion Snippets/require.tmSnippet
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>content</key>
<string>${2/^.*?([\w_]+).*$/\L$1/}: require(${2:'${1:sys}'})</string>
<string>${2/^.*?([\w_]+).*$/\L$1/}= require(${2:'${1:sys}'})</string>
<key>name</key>
<string>require</string>
<key>scope</key>
Expand Down

0 comments on commit eb75c45

Please sign in to comment.